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.
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.