Install SQL2000 Enterprise Edition in Windows XP
Article category: database skills Source: Author: published on: Font: [large, medium, small]
Game | online cinema | humorous joke | source code download | flash MTV | music audition | bookstore | beauty photo
--------------------------------------------------------------------------------
The method is as follows:
In the installation disk of the SQL Server, find the msdedirectory and click setup.exe to install it. The process is simple and the next step is OK.
2. restart Windows XP and the SQL Service icon appears.
3. Take out the installation CD of the SQL Server version and install the client tool directly? The simplest example is to directly click autorun.exe in the optical root directory.) do not select the mdsn Help File during installation.
Install the tool as prompted. If you know that the system is not a server version during the self-check process, you will be prompted to only install the client tool.
4. Open the Enterprise Manager and try connecting the SA user to see if the SA User Login fails? Because you have not been associated with a trusted SQL server connection. Fortunately, you only need to slightly modify the system registry:
Enter Regedit in the running directory to open the Registry Editor and find [HKEY_LOCAL_MACHINE/software/Microsoft/MSSQLServer ].
There is a key value loginmode. By default, the value is 1. Change the value to 2 and restart the computer.
5. Start enterprise management and try again. Is it OK!