i created a full backup FAASdatabase_db_200702251902.BCK when i tried to restore the back up set on a different database (force restore) complete i get this error
a Code:
restore database faasdatabase from disk='D:\Program Files\Microsoft SQL Server\MSSQL\BACKUP\ FAASdatabase_db_200702251902.BCK'the i try restore logCode:Server: Msg 3135, Level 16, State 2, Line 1 The backup set in file 'D:\Program Files\Microsoft SQL Server\MSSQL\BACKUP\FAASdatabase_db_200702251902.BCK' was created by BACKUP LOG and cannot be used for this restore operation. Server: Msg 3013, Level 16, State 1, Line 1 RESTORE DATABASE is terminating abnormally.
i got this errorCode:Server: Msg 4306, Level 16, State 1, Line 1 The preceding restore operation did not specify WITH NORECOVERY or WITH STANDBY. Restart the restore sequence, specifying WITH NORECOVERY or WITH STANDBY for all but the final step. Server: Msg 3013, Level 16, State 1, Line 1 RESTORE LOG is terminating abnormally.
Code:restore log Faasdatabase FROM DISK = 'D:\Program Files\Microsoft SQL Server\MSSQL\Data\FAASdatabase_db_200702251902.BCK' with norecovery




it
Reply With Quote