By: Rajendra Gupta | Updated: 2012-12-03 | Comments (7) | Related: > Install and Uninstall
Problem
SQL Server can be installed using SysPrep functionality. In this tip we will take a look at what SysPrep is and how it is useful in installing SQL Server.
Solution
When installing SQL Server, the Advanced page of the SQL Server Installation Center has two options for preparing a SQL Server install. Using these options allows us to prepare a stand-alone instance of SQL Server and to complete the configuration at a later time.
SQL Server SysPrep involves a two-step process to get to a configured stand-alone instance of SQL Server:
- Image preparation of a stand-alone instance of SQL Server
- Image completion of a prepared stand-alone instance of SQL Server
Image Preparation
This step stops the installation process after the product binaries are installed, without configuring the instance of SQL Server that is being prepared. The only features that can be selected during SysPrep installations are the Database Engine and Reporting Services Native Mode. SQL Server Browser and SQL Server Writer are automatically prepared. These are then completed when you complete the SQL Server install by using the Complete Image step. After the completion of the image preparation step, SQL Server is not in a state that it can be used.
Image Completion
This step enables you to complete the configuration of a prepared instance of SQL Server. After this step, the instance is ready to be used.
Prepare Image for SQL Server 2012 Using SysPrep
To get started, click on the SQL Server 2012 setup.exe. In the SQL Server Installation Center, navigate to the Advanced page and select "Image preparation of a stand-along instance of SQL Server". Select OK on the Setup Support Rules, if there are no errors.
Accept the License Agreement and select Next.
Click the Install button to install the setup files.
Click Next.
Select the features you want to SysPrep and then click Next. Observe that only the Database Engine Services, SQL Server Replication, Full-Text, and Reporting Services - Native can be installed using SysPrep. In this example we are installing the Database Engine Services only.
Click Next.
Specify an Instance ID (the name of your prepared instance, the default is MSSQLSERVER) and then click Next. This name is then used during the completion stage.
Click Next on the Disk Space Requirements dialog.
Click Next to Prepare Image Rules.
Click Prepare to prepare the SysPrep image.
At this point we have prepared the SysPrep image for the installation of SQL Server 2012.
Complete Installation for SQL Server 2012 Using SysPrep
After you go through the prepare stages you will now have another option in the Start menu to complete the installation. To run the complete process, go to Start > Program Files > Microsoft SQL Server 2012 > Complete SQL Server Installation as shown below.
Click OK on the Setup Support Rules.
Click Next.
Specify the edition to be installed or enter a product key. This will determine which version of SQL Server is to be installed for this instance. If you use the Evaluation version this will install the Enterprise Edition which is good for 180 days.
Accept the License Agreement and click Next.
Specify the prepared instance that we want to use for the completion and then click Next. After this is selected we can see the Features, Edition and Version for this prepared instance.
On the Feature Review page, you will see the selected features and components included in the install during the prepare step. We cannot add more features during the Complete Phase. We need to complete the setup and then use Add Features on the Installation Center to add additional features.
Specify an Instance Name for this installation. This can be either a default instance or a named instance and then click Next.
Specify the Service Accounts and Collation information and click Next.
Specify the Authentication Scheme - Windows or Mixed authentication.
Select the directories where SQL data files and log files will be put and click Next.
Click Next to Complete Image Rules validation.
Click on Complete to complete the SQL Server installation using SysPrep.
Now we have a completed SQL Server 2012 installation using SysPrep.
Now we can connect to SQL Server 2012 using Management Studio and can work with it just like a regular SQL Server installation.
If we want to install another instance on this same server we can run through the Complete Installation steps and create a new named instance and change the parameters where needed.
Use for SQL Server SysPrep
- We can prepare one or more unconfigured instances of SQL Server. Each configuration can have different options.
- We can capture the SQL Server Setup configuration file of a prepared instance and use it to prepare additional unconfigured SQL Server instances on multiple computers for later configuration.
- In combination with the Windows System Preparation tool (also known as Windows SysPrep); we can create an image of the operating system including the unconfigured prepared instances of SQL Server on the source computer. Later on we can deploy the operating system image to multiple computers. After completing the configuration of the operating system, we can configure the prepared instances by using the Complete Image step for the SQL Server setup.
Limitations
- Only the database engine and reporting services are supported by SysPrep.
- It cannot be used for clustering
- It is not supported on IA64 system or supported in WOW64.
- The installation media needs to be available when preparing an image and configuring the image. When using SysPrep for SQL Server Express, we need to extract the files to the local machine before preparing the image.
Next Steps
- If you have not had a chance to preview SQL Server 2012, download an eval copy of SQL Server 2012 to start today.
- Review these additional SQL Server Installation Tips
About the author
This author pledges the content of this article is based on professional experience and not AI generated.
View all my tips
Article Last Updated: 2012-12-03