Joe On ASP.NET

Northwind for SQLExpress

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 lick 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 :)

Posted: Jan 24 2008, 12:04 PM by JoeStagner | with 3 comment(s)
Filed under:

Comments

Lisa Smith said:

Dear Joe,

I am now your #1 fan. Do you know how many times your directions or videos have got me out of a bind?  Your information is reliable and correct everytime. I just thank GOD for you. I learned more watching your videos than I have in a year of reading and doing by myself.

Just know that what you are doing out on the web is definately noticed and appreciated sooo very much.

All the Best,

Lisa Smith

Acworth, GA (USA!)

# March 8, 2009 8:42 AM

GILAD DARMON said:

I love you dude thanks for the help

# September 8, 2011 4:14 AM

Ziggy said:

Of the panoply of website I've pored over this has the most vreaitcy.

# December 14, 2011 5:38 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)