473,785 Members | 2,188 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Northwind in SqlExpress2005

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.
Sep 3 '07 #1
2 1665
You can use osql, or you can download the SQL Server Management Studio Express (SSMSE)...I you use osql, then it would be something like "osql -S (local) -E -i C:\foo.sql" at the command prompt. You can download SSMSE at http://msdn2.microsoft.com/en-us/library/ms365247.aspx

Carlos S
Sep 3 '07 #2

"Alberto" <al*****@nospam .eswrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
>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.

Sep 4 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2198
by: SilasTheSailor | last post by:
Hi everyone I am new to this and have tried to customize the northwind.mdb to my company. My problem is that after an order is written the number of items in stock does not get automatically updated i.e I have 6 pcs of product a in stock and reorder level set at 2. I write an order for say 5 pieces of the item. Shouldn't I get a warning telling me that my reorder level has been reached and update my product list units in stock so after 5...
8
5033
by: RibGnaw | last post by:
Long, long ago when Access 97 first hit the streets a sample database called Northwind was shipped with it. At that time a number of articles had been posted on the correct procedure to remove all the sample data. Does anyone out there still have this information?
1
2596
by: Allen | last post by:
Hi All, Have been using access for some time on a limited basis.I was playing around with the Northwind database and I have a question for you all. I was looking at the Products form and it give details about products including how many are in stock, I picked the product called Chai. By default is says that 39 units in stock. I then go to the orders form and create a new order and use say 5 , fill in all the fields and save the record. I...
15
3077
by: Jerry Alexander | last post by:
The Northwind Order Entry Application database is great! ----------------------------------------- But one thing is lacking: Real-time Stock Qty calculation! ----------------------------------------- I know that this topic has been discussed over & over in forums, but I have yet to find anyone that has shown the following: ----------------- 1) Linking Allen Browne's code to Northwind? then an 2) Inventory report to show Products &...
8
3721
by: xtra | last post by:
Hi Folk I looked at the Northwind Sample Database for the first time recently and I was just wondering why they made it so ugly. If northwind is supposed to be inspiring to young and hopeful access programmers then why does it look straight out of an 1984 slapstick? MS Corp surely must have a couple of capable designers to make things look pretty. Did I offend anyone? It is just my opinion, i may be wrong so do not take it personally...
0
1144
by: Giovanni Parodi | last post by:
Hello everybody. I'm tryng to use the northwind CE example that is downloadable from the MSDN library. I created an explicit snapshot folder for the db Northwind and a Virtual directory (called snapshot) using the wizard of Microsoft SQL server CE console root. In my db there is a user GiovanniCE configured inside the master db but allowed to access also Northwind as dbowner. The password associated is nocina50. When I call the...
2
2900
by: dennist685 | last post by:
Can't open Northwind I remembered doing walkthrough using Northwind. However it wasn't an http project but a file project using the development server. Northwind allowed me to add, edit and insert, and the web page looked fine. I opened a simple project just to see whether I could get my sqlserver on the internet. (vs studio 2005, sqlserver 2005)
2
4091
by: JohnnyBoy | last post by:
I am learning to program C++ .net and am having difficulty with one of the exercises and wondered if someone could help? I am including the code for a console app I wrote according to the exercise that is supposed to create a connection to the Northwind.mdb database. I modified the code for the ConnectionString to include the path to where I found Northwind.mdb to be located on my machine. When I run the program, I get the following...
5
1754
by: Harlan Messinger | last post by:
I installed the Northwind database in my SQL Server developer version, added to the server logins, and in OSQL ran use Northwind GO grant all to GO These executed without error. But my test page is being denied access.
0
9646
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9484
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10350
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10097
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9957
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7505
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5386
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5518
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4055
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.