Designing SQL Server 2000 Databases for .NET Enterprise Servers

Thanks to the continued usability enhancements of SQL Server, creating your physical database is the easiest part of getting started with your database solution.. SQL Server 2000 offers both graphical wizards and T-SQL statements that can be used to specify and create your database configuration. In the following sections, we step through each of these methods and examine the available options for defining new databases.
Before you can begin creating the actual database in SQL Server, you should have completed the following steps.
In the following sections, we work through using the configuration principles you have developed so far to create a database in SQL Server 2000. For the purpose of our example, we will work on a database project for Southwind, the sister company of Northwind, which focuses on importing and exporting products between the United States and Central America. Based on the Northwind sample database application, we have identified the logical database model depicted in...