Sample Databases for SQL Server

Microsoft provides some sample databases to use to experiment with your code; because you wouldn’t dare query against your live customer data with untested code right?

Samples
http://www.codeplex.com/SqlServerSamples

SQL Server Database Examples
http://www.codeplex.com/SqlServerSamples#databases

I use the Northwind tables from theĀ SQL Server 2000 Sample DBs.

How to Install the Northwind Sample Database

  1. Unzip the sample database files you just downloaded
  2. Open SQL Server Management Studio (Express if you don’t have the full version) and connect to your SQL Server instance
  3. Create a new database called Northwind by right clicking Database and select New Database
  4. Go to File/Open, navigate to where you unzipped the download
  5. Select instnwnd.sql
  6. Click Execute to start the import
  7. It will take ~1 minute to complete


Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter

Related Posts

Tags: ,

Comments (1)

  1. [...] You will need some table data to query against. I am using the Northwind sample database. You can get links to download a copy of the sample database and instructions how to install from here. [...]

Leave a Reply





Donate

If you found this article useful and would like to see more like it this please consider making a donation.

Sponsors