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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New to SQL 1

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
We have recently installed SQL Server 7 and have been given a DB file containing all of the SQL statements--tables, etc. The problem is that none of us has a clue how to create a DB with that information. We have searched the Help files but unfortunately, we don't know what we are looking for. Is there anyone who can guide us in the right direction (I don't want to hear "hire someone else!!!")
 
have been given a DB file

What exactly were you given? A file with an MDF extension? A BAK extension? Robert Bradley
teaser.jpg

 
Sounds like a script which is just a plain text file containing commands to create the database. Try loading it up in Query Analyser and then if all looks okay hit F5 to execute it.
Then load up Enterprise Manager and check for a new database.
 
You 'da man!!! That seemed to work like a charm. Thanks a lot for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top