John A Grandy (johnagrandy-at-gmail-dot-com) writes:
Quote:
Sql Server 2005 : Can SSMS be reliably used to relocate data ( .mdf ) and
log ( .ldf ) files ? |
Exactly what in SSMS did you intend to use? The Copy Database Wizard can
do this for you, although "reliable" is not really the association I make
when I think of CDW. Then again, the attach/detach method appears to work;
it's the SMO method which is buggy.
Personally, I would recommand using sp_detach_db and CREATE DATABASE FOR
ATTACH, rather than trying to second-guess GUI:s.
--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx