![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Trebor Nadroir (TreborNadroir (AT) discussions (DOT) microsoft.com) writes: Any help appreciated. I have a database created in SQL 2000 that is being managed in SQL 2005. I need to copy it from the 2005 instance to a 2008 instance (different server on a different domain). I have successfully moved two other databases (which were created natively in 2005) from the 2005 instance to 2008 using the copy database wizard in 2008. The remaining database, however, refuses to be copied AND SQL Server will not write a LOG FILE so that I can see the detailed results. I get a 12291 error as: You don't say which method you use, attach/detach or the SMO method. But since you say different domain, I suspect that you use the SMO method, which is not that reliable. In any case, you are much better off just taking a backup of the database and restore it on the other server. (Or use detach/attach as Jeffery suggested.) -- 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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |