you can restore the Northwind database to it's original state by running the script that SQL Server runs when it creates the Northwind database for the first time. the script can be found here (for a default instalation):
C:\Program Files\Microsoft SQL Server\MSSQL\Install\instnwnd.sql
the script deletes the Northwind database first, and then recreates it.
defiant.
|