This folder contains scripts to create and load the Northwind (instnwnd.sql) and pubs (instpubs.sql) sample databases.
These scripts were originally created for SQL Server 2000.
To run this sample, you need a tool that can run Transact-SQL scripts. You can run the scripts in the following tools:
-
SQL Server Management Studio (SSMS). To download SSMS, go to Download SQL Server Management Studio (SSMS).
-
SQL Server Data Tools (SSDT) or Visual Studio. To download SSDT, or to enable its features in Visual Studio, go to Download and install SQL Server Data Tools (SSDT) for Visual Studio.
- Open SSMS.
- Connect to the target SQL Server.
- Open the script in a new query window.
- Run the script.
- Open SSDT or Visual Studio.
- Open the SQL Server Object Explorer.
- Connect to the target SQL Server.
- Open the script in a new query window.
- Run the script.