Showing posts with label sql server. Show all posts
Showing posts with label sql server. Show all posts

Monday, June 1, 2009

How To Install SQL Server from image files

I have just successfully installed SQL Server 2005 with SQL Server Management Studio on a server.

The cause of the problem is that we installed this program from harddisk. If we instal it from the disc, we will not encouter this problem.

To install from the harddisk, we have to rename the folders to be "Servers" and "Tools", respectively.

For Disk #1:

c:\tmp\ms\Servers

For Disk #2:

c:\tmp\ms\Tools

Then we can just double click setup.exe inside:

c:\tmp\ms\Servers

And everyone is happy!