Hello,I virtualized with Hyper V MS Server 2008 R2 Enterprise and SQL Server 2008 R2 Enterprise.Then I attached for test purposes two older 'SQL 2000 mdfs and its log files.As recommended from Microsoft, I checked the consistency of the attached databases under SQL 2008 R2.So, I scripted the following:[code="sql"] DBCC CHECKDB ([i]'DB-1'[/i]).[/code]MS SQL Server reported an inconsistence in a table, which I tried to repair via[code="sql"] DBCC UPDATEUSAGE ([i]'DB-1'[/i]).[/code]I ran one more time CHECKDB over the entire db, resulting in 0 errors, now.But then I noticed, that the system databases are lost !?Is there a certified method of how to restore the system databases !?I tried this:Setup /QUIET /ACTION=REBUILDDATABASE /INSTANCENAME=InstanceName /SQLSYSADMINACCOUNTS=accounts [ /SAPWD= StrongPassword ] [ /SQLCOLLATION=CollationName]Though I must say, the result was not satisfying. ;(Maybe, one of you gurus does have another idea to restore the system databases (without re-attaching the SQL2000 databases) ?Thank you, in advance,Stephan
↧