Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: Restore Never Finishes

    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...

  • RE: Restore Never Finishes

    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', ...

  • RE: Database Restore Never Finishes

    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...

Viewing 3 posts - 16 through 18 (of 18 total)