Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql scripts

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Can someone tell me please how I open a sample database that I have downloaded from a website in Enterprise Manager. It has been saved as a sql script. I am using SQL Server 7.

Thanks
 
if it is saved as SQL script that you can open it through Query Analyzer.

Check the code, if it has a 'CREATE DATABASE' function then all you have to do just running it then you will be able to open the db sample in Enterprise Manager.

If not, then you may have to create the db manually and let the script do the rest for you.

note: this is assumed the script can create db/tables automatically
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top