Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 using MS SQL Query Analyzer

Author  Topic 

Douglas18
Starting Member

2 Posts

Posted - 2003-02-23 : 23:45:06
Hello,

I need to follow these instructions and haven't been able to find out how, please, can you help, I'm sure it's something simple?

"Run the “eShopServerDB.sql” SQL script, located in the “Setup” directory, using MS SQL Query Analyzer."

How do I create a Database from a *.sql script?

TIA

chadmat
The Chadinator

1974 Posts

Posted - 2003-02-23 : 23:48:52
I assume the script will have the necesary "Create Database" statements.

Just open Query Analyzer, and open the script, and press execute.

-Chad

Go to Top of Page

Douglas18
Starting Member

2 Posts

Posted - 2003-02-24 : 00:10:54
Thank you

Go to Top of Page
   

- Advertisement -