Thread
:
Need IT Help for MSSql Server
View Single Post
12-13-2006, 02:53 PM
#
3
socalwingfan
Retired
Join Date: May 2004
Location: Pacific Ocean
Exp:
If it is a single file database you can use:
EXEC sp_attach_single_file_db @dbname = 'xxx',
@physname = 'c:\Data\gp.mdf'
socalwingfan
View Public Profile
Visit socalwingfan's homepage!
Find More Posts by socalwingfan