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.
| 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 |
 |
|
|
Douglas18
Starting Member
2 Posts |
Posted - 2003-02-24 : 00:10:54
|
| Thank you |
 |
|
|
|
|
|