Different versions of Microsoft SQL Server have different .NET Framework versions as a prerequisite for setup, and the procedure to install the .Net Framework may be different on different operating systems. Also, the .NET Framework requirements vary based on the edition of SQL Server that you are installing. This article describes these requirements and gives you the necessary information so that you can install the correct .Net Framework that is required.
How to use this document- Use Table 1 in the "Microsoft .NET Framework prerequisites for SQL Server" section to check the .NET Framework requirements for the version and the edition that you are installing.
- Check whether the .NET Framework is already included as part of the operating system or whether you must download it separately from Microsoft downloads that are listed in Table 2 in the ".NET Frameworks for SQL Server on various operating systems and download links" section.
- Use the last column in Table 2 to check whether any special procedures are required to install the Framework on the target operating system. If the entry is Yes, check the later sections of this document for the necessary procedures. If the entry is No, you can download the corresponding Framework from the corresponding link in Table 2 and install it on the target operating system.
Microsoft .NET Framework prerequisites for SQL ServerThe following table summarizes the .NET Framework version requirements for various versions and Editions of SQL Server and explains whether the product is included with setup media and whether it is installed as part of setup.
Table 1:
Collapse this tableExpand this table
| SQL version or Edition | .NET Framework version | Included with the product? | Installed as part of setup? |
| SQL Server 2005 (all Editions) | 2.0 | Yes | No |
| SQL Server 2008 express (core) | 2.0 SP2 | No | No |
| SQL Server 2008 on Windows Server 2003, (64-bit), IA-64 | 2.0 SP2 | Yes | Yes |
| SQL Server 2008 (all other Editions) | 3.5 SP1 | Yes | Yes* |
* For SQL Server 2008 and for SQL Server 2008 R2 Failover Cluster and Express Edition installations, the Setup program does not install the .NET Framework 3.5 Service Pack 1 on systems that run Windows Server 2008 R2 Edition. For more information about how to enable the .NET Framework 3.5 SP1 on these systems, see the
How to install or enable .NET Framework 3.5 SP1 on Windows Server 2008 R2 for SQL Server 2008 section.
.NET Frameworks for SQL Server on various operating systems and download links The following table indicates whether the .NET Framework that is required for the SQL Edition and version that you are installing is included as part of the target operating system. The table also indicates whether any additional steps are required to install or enable the Framework on the corresponding operating system. And, the table provides a download link for the corresponding .NET Framework redistributable files.
Table 2:
Collapse this tableExpand this table
| .NET version | Version number | Included with operating system | Default with operating systems | Installed with Visual Studio .NET | Redist or download link | Are special procedures required to install redist? |
| 2.0 | 2.0.50727.42 | Windows Server 2003 R2 | None | Microsoft Visual Studio 2005 | 2.0
(http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en)
| No |
| 2.0 SP2 | 2.0.50727.3053 | None | None | None | 2.0 SP2
(http://www.microsoft.com/downloads/details.aspx?FamilyID=5b2c0358-915b-4eb5-9b1d-10e506da9d0f&displaylang=en)
| No |
| 3.5 SP1 | 3.5.30729.1 | Windows Server 2008 R2 | None | None | 3.5 SP1
(http://www.microsoft.com/downloads/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&DisplayLang=en)
| Yes, for Windows Server 2008 R2 |
Notes:
- For more information about the various .NET Framework versions, see the following blog post:
- If you are installing SQL Server 2008 on a system where the RTM version of Visual Studio 2008 is installed, see the following blog post:
How to install or enable .NET Framework 3.5 SP1 on Windows Server 2008 R2 for SQL Server 2008
In Windows Server 2008 R2, the .NET Framework is a feature, and installing it is different than previous versions of the Windows operating system. The following procedure explains how to verify that the .NET Framework 3.5.1 is installed. The procedure also explains how to determine whether the .NET Framework is not installed and how you can add it in these environments.
How to determine whether the .NET Framework 3.5 SP1 is installed:
To determine whether the .NET Framework 3.5.1 is installed on Windows Server 2008 R2, follow these steps:
- Click Start, click Administrative Tools, and then click Server Manager.
- Click Features to display all the installed features in the pane on the right side.
- Verify that .NET Framework 3.5.1 is listed as an installed feature.
If .NET Framework 3.5.1 is not listed as an installed feature, use one of the following methods to install it.
Method 1: Use Server Manager
- In Server Manager, click Add Features to display a list of possible features.
- In the Select Features interface, expand the .NET Framework 3.5.1 Features entry.
- After you expand .NET Framework 3.5.1 Features, you see two check boxes. One check box is for .NET Framework 3.5.1 and other check box is for WCF Activation. Click to selet the check box next to .NET Framework 3.5.1, and then click Next.
Note If you do not expand the .NET Framework 3.5.1 Features item and check it, the following Add Features Wizard is started:
Collapse this imageExpand this image
If the wizard starts, click Cancel, expand .NET Framework 3.5.1 Features, and then click to select the .NET Framework 3.5.1 check box.
- You cannot install .NET Framework 3.5.1 Features unless the required role services and features are also installed.
- In the Confirm Installation Selections , review the selections, and then click Install.
- Let the installation process complete, and then click Close.
Method 2: Use Windows PowerShell
- Click the Start, click All Programs, and then click Accessories.
- Expand Windows PowerShell, right-click Windows PowerShell, and click Run as administrator. Click Yes in the User Account Control box.
- At the PowerShell command prompt, type the following commands, and then press ENTER after each command:
- Import-Module ServerManager
- Add-WindowsFeature as-net-framework
Note See the following screen shot for more information:
Collapse this imageExpand this image
References