Viewing 3 posts - 16 through 18 (of 18 total)
1 transaction rolled back in database MyDB. Recovery is writing a checkpoint in database.
The funny thing is that I dont get an error message when the recovery process is...
November 9, 2011 at 2:09 pm
script:
RESTORE DATABASE MyDB
FROM DISK = N'C:\InstallMedia\wsquared\MyDB.bak'
WITH FILE = 1,
MOVE N'MyDBDat.mdf' TO N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.V10\MSSQL\DATA\MyDB.mdf',
MOVE N'MyDBLog.ldf' TO N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.V10\MSSQL\DATA\MyDB_1.ldf', ...
November 9, 2011 at 1:40 pm
I am having the same issue....will not restore. The backup is from SQL 2000 going to SQL Server 2008 R2. When I run sp_who2 is see that the...
November 9, 2011 at 1:04 pm
Viewing 3 posts - 16 through 18 (of 18 total)