Northwind in SqlExpress2005

A

Alberto

I have a script of the database Northwind for sql server 2000 but now I'd
like to use it in the sqlserver express of the visual studio 2005.

How can execute this script to create northwind in the sqlserver express?
Thank you very, very much.
 
M

Mr. Arnold

Alberto said:
I have a script of the database Northwind for sql server 2000 but now I'd
like to use it in the sqlserver express of the visual studio 2005.

How can execute this script to create northwind in the sqlserver express?
Thank you very, very much.

All you need to do is attach the Northwind database for tables like Pubs and
Authors, etc, etc. in SQL Server 2005 Management. That's all I did was find
the Pubs and Authors tables, etc, ect the MS SQL 2000 version of tables the
MDF and LDF files, downloaded them and simply attached the to Sql Server
2005 Express. If you use Google, you should be to find that articles on how
to download and attach the tables.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top