|
Jan 27
2010
|
Now that you have a general understanding of the different variations of SQL Server 2000, it’s time to install. Again, for this example, I am installing the Standard Edition.
- Insert the SQL Server installation CD into your CD-ROM drive. After a few moments, the autorun installation welcome screen will appear.
- Click on SQL Server 2000 Components. From the list of options that appears, click on (for now) the Install Database Server option.
- The installation wizard will begin. Click on Next.
- The next screen asks you to enter the name of the computer on which you want to install an instance of SQL Server 2000. Select the Local Computer option.
- Click on Next. In the dialog box that appears, select Create a New Instance of SQL Server.
- The next two dialog boxes ask you to enter your name and company (if applicable) and accept the standard Microsoft licensing agreement. You are then presented with the screen, which asks you to pick the type of installation. For this installation, chose Server and Client Tools.
- The next screen asks you to provide an instance name. Provide a descriptive title, then click on Next.
- As with most standard software installations, SQL Server 2000 now prompts you for the type of custom installation you prefer. Leave the default setting as Typical, but note the space requirements and the other installation options.
- You are next asked to provide information on the service accounts used to access SQL Server. For this dialog box, leave the default setting as Domain User Account, but go ahead and enter some type of password that satisfies the usual requirements—easy for you to remember, hard for others to guess. Don’t leave the password blank because that will make you an easy target for unauthorized access.
- Just a few steps left! Select Mixed Mode and be sure to enter a password for the SA (system administrator).
- Click on Next. The installation wizard will tell you it has enough information to proceed with the installation. Click on Next. After a few moments, you will see a confirmation screen telling you that the setup is complete. Click on Finish and reboot your server. (You might be asked to do this, but if not, you should go ahead and reboot anyway.)
Understanding Security: Working with Windows Services
SQL Server 2000 runs as a Windows service, which in a nutshell means that if there is any problem with SQL Server, Windows can take care of it without a great deal of human intervention.
You can set specific SQL Server configuration options by navigating through the Services option, under Administrative Tools. (Note that this only works on Windows NT, 2000, and XP because services don’t exist on Windows 9x operating systems.) This Services option is in the Administrative Tools Control Panel applet.