Northwind for SQLExpress

by JoeStagner 1/24/2008 6:03:00 AM

Some time ago we had Scott Mitchell create THIS GREAT SET OF DATA ACCESS TUTORIALS

NorthwindSmall

I've had lots of requests to record video versions of Scott's tutorials. (Scott already did all the hard work :)

I thought you all would prefer this I use SQLExpress which does not come with SQL Express.

You can get SQL Express here: http://www.microsoft.com/express/sql/default.aspx

To get Northwind for SQL Express.....

1) Navigate to the following URL and click the Download button - http://www.microsoft.com/downloads/details.aspx?familyid=06616212-0356-46a0-8da2-eebc53a68034&displaylang=en

2) Complete the download and install process. This places the necessary files for Northwind (and Pubs) into the "c:\Sql Server 2000 Sample Databases" folder.

3) Open a command window. (Go to Start, Run, type Command and click OK)

4) Change the directory to the sample databases (type:  cd c:\SQL Server Sample Databases)

5) Type or paste the following into the command window replacing computerName with the actual name of your computer:

   osql -E -S computerName/SqlExpress -i instnwnd.sql

6) now go to VS and create a data connection using the computerName\sqlexpress as the Server name in the Add Connection dialog. The Northwind database should now be available.

Or, you can just drag Northwind.mdf & .ldf and drop them into your App_Data Folder

Then you're ready to start the tutorials. (The videos will take me a while :)

Currently rated 3.0 by 2 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Joe Stagner [Syndicated] | ASP.NET

Related posts

Comments

1/24/2008 7:02:05 AM

Awesome! Looking forward to the video tutorials.

Kamal

1/24/2008 9:22:36 AM

Keep it up Joe, more video tutorials are very welcome indeed.

Jonas

1/24/2008 1:10:46 PM

Where can I find more information on how the tables in the Northwind Database were designed?

Michael Walker

1/25/2008 2:06:49 AM

Hi,

That's the thing, I've been waiting for. Thanks a ton for this.

I'd also want to know, very curiously, from scott, If he's coming up with the Data Access Tutorials for LINQ-To-SQL way.

I'd strongly request him to do this stuff. His tutorials are a gr8 way to learn.


Thanks.

Ruchit S.
http://ruchitsurati.net

***********************************

Ruchit Surati

1/27/2008 2:55:16 PM

Ruchit - I believe Scott has started on that already. Check his blog regularly here: http://weblogs.asp.net/scottgu/default.aspx

Jason Krol

2/3/2008 3:12:22 PM

That's great news, looking forward to these videos.

Thanks
Ahmed

Ahmed

Powered by BlogEngine.NET 1.3.0.0
Theme by Mads Kristensen

About your host.

Name of author Joe Stagner
?????

E-mail me Send mail

Calendar

<<  October 2008  >>
MoTuWeThFrSaSu
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

View posts in large calendar

Pages

Recent comments

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008

Sign in