northwind database backup-Sql Server 2005 and 2008

Rating: No reviews yet
Downloads: 60286
Released: Aug 11, 2011
Updated: Aug 12, 2011 by binoj7
Dev status: Alpha Help Icon

Recommended Download

Example Northwind.bak.zip
example, 525K, uploaded Aug 12, 2011 - 43509 downloads

Other Available Downloads

Source Code Northwind.sql.zip
source code, 285K, uploaded Aug 12, 2011 - 16777 downloads

Release Notes

Northwind.bak.zip - Northwind database backup for Sql Server 2005 and 2008.
Unzip / decompress the file then use the Restore Database option from Sql Server Management Studio 2005 / 2008 to restore the database

Northwind.sql.zip - - Northwind database creation script for Sql Server 2005 and 2008.
Create a database called northwind in your Sql Server then.
Unzip / decompress the file then open the sql file in Sql Server Management Studio 2005 / 2008 and hit F5.
OR
run the below command (sample)
sqlcmd -S Localhost -d Northwind -i D:\Sql\Northwind.sql

Reviews for this release

No reviews yet for this release.