Add Features to an Instance of SQL Server (Setup) - SQL Server (original) (raw)

This article provides a step-by-step procedure for adding features to an instance of SQL Server. Some SQL Server components or services are specific to an instance of SQL Server. These are also known as instance-aware. They share the same version as the instance that hosts them, and are used exclusively for that instance. You can add the instance-aware components to an instance SQL Server, along with the shared components of if they aren't already installed.

Adding features to an existing installation of SQL Server installs the feature at the version level of the installation media, which might be behind the version level of other features of SQL Server. This might result in unexpected behavior or errors. Always follow up installing the new feature by bringing the new feature up to the same version level.