In yesterday's lesson, you learned a little bit about SQL Server 7.0 and relational databases in general. Microsoft SQL Server is a mature product, but the 7.0 release consists of a dramatic set of new functionality. You also looked at why a typical developer or database administrator might need a relational database—customers demand it. They need to keep track of objects and properties that translate rather nicely to tables with rows of data, divided into columns.
Today's lesson examines how to install SQL Server 7.0. Although running the setup program isn't very difficult, you will make critical decisions that affect your entire development, and undoing any mistakes can be quite time consuming later. You also must understand issues such as hardware and software prerequisites so you can choose the best environment for SQL Server.
|