Quote:
Originally Posted by socalwingfan
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.