Installing Microsoft's SQL 2000 server is a pretty simple job.
However any installation of a database needs a few minutes to plan; the old saying that 7 minutes of planning saves an hour of rework is
never more true than with an installation. The most important part is the
post-installation check list to verify everything is working properly.
Compared with installing Exchange 2000, the actual install of SQL 2000 is
straightforward. That said, every install benefits from a checklist.
Accounts - Just as horses need a jockey's to steer
them, so SQL needs an account to operate its services. This account
needs to be member of the local Administrator group, so make sure that it has
a difficult password, and check that box that says 'Password never expires'.
Disk space. Give some thought to the size
that the database will grow to. Take two approaches, previous experience
of similar databases and theoretical size based on the bytes in the fields and
number of rows. If you double the bigger of the two estimates that
should be about right!
Logs are important for many programmes, but never
more than databases so consider their size and place the logs on not just a
separate partition but a separate disk. You have an eye on how you would
recover from backup should you lose the main database.
New Filegroups - use them with an eye for
maintenance and performance. This new feature is NOT a substitute for
hardware RAID.
Collation - Language Latin1_General (Code Page
1252)
Install options - OLAP, OLTP, English Query, Named
Instance
SQL comes with the most wonderful test database
called Northwind. Its classic design allows you to see and experiment
with a relational database. Install SQL on a test machine and use the
built-in Northwind database to build up your SQL skill and confidence.