View Single Post
Old 12-13-2006, 02:58 PM   #4
JohnnyO
Scoring Winger
 
JohnnyO's Avatar
 
Join Date: Feb 2004
Location: Calgary, AB
Exp:
Default

Quote:
Originally Posted by socalwingfan View Post
If it is a single file database you can use:

EXEC sp_attach_single_file_db @dbname = 'xxx',
@physname = 'c:\Data\gp.mdf'

Thanks for your help, It is a single file database probably with serveral tables within it, but I have no idea what that means or where to run that.
JohnnyO is offline   Reply With Quote