How to install SQL Server 2005 graphic tutorial

  
under Win8.1 system

As normal, there will be compatibility problems when installing Microsoft SQL Server 2005 suite under Win8/Win8.1 system, even after installation, the final result This is to cause its service items to not start properly.

If the user creates a project that is to be run and debugged according to SQL Server 2005 standards, how can I use the SQL Server 2005 suite under Microsoft's latest Windows 8/Windows 8.1? Use the file replacement method to solve the temporary solution that its service items cannot be started normally. Of course, it is recommended to use the database above SQL Server 2008, the specific steps: to choose to install the 64-bit database development version of the suite as an example.

1. Run the installer and select “Run the program without getting help if there is a compatibility problem”.

2. Select 64-bit installation

3. Select the service component you need to install

4. Select the built-in system account

5. Select the mixed mode login and enter the password for logging in to the database

6. When Sql Server appears When 2005 can't start, don't click retry or cancel at this time.

7, in the Sql Server 2005 installation directory, for example in the C: Program Files Microsoft SQL ServerMSSQL.1MSSQLBinn folder, find the two files sqlservr.exe and sqlos.dll (renamed backup in advance) And then replace it with the other two Sql Server 2005 SP4 versions of the files in the attached file.

8. When the SQL Server 2005 installation is completed, the suite will not be started first, but the SQL Server service project will be forcibly stopped. (Enter computer management, select SQL Server Configuration Manager, prohibit the corresponding service items of SQL Server 2005)

9, then overwrite the two files backed up, and then immediately put on the Sql Server 2005 SP4 patch.

Microsoft official Sql Server 2005 patch download address: http://www.microsoft.com/zh-cn/download/details.aspx?id=7218

10, installed Sql Server After the 2005 SP4 patch, restart the computer immediately, you can start the SQL Server 2005 management tool suite.

Copyright © Windows knowledge All Rights Reserved