при попытке восстановления вываливаются ошибки
Processed 2462984 pages for database 'Proba3', file 'sql1c_Data' on file 1.
Processed 385 pages for database 'Proba3', file 'sql1c_Log' on file 1.
RESTORE DATABASE successfully processed 2463369 pages in 2035.832 seconds (9.912 MB/sec).
Server: Msg 4306, Level 16, State 1, Line 4
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 4
RESTORE LOG is terminating abnormally.
Server: Msg 4306, Level 16, State 1, Line 5
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 5
RESTORE LOG is terminating abnormally.
Server: Msg 4306, Level 16, State 1, Line 6
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 6
RESTORE LOG is terminating abnormally.
Server: Msg 4306, Level 16, State 1, Line 7
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 7
RESTORE LOG is terminating abnormally.
код
declare @date_time datetime
select @date_time = convert(datetime,'2009-06-30 09:21',121)
RESTORE DATABASE Proba3 from disk = 'G:\Proba3\BackupSQL' with replace
RESTORE LOG Proba3 from disk = 'G:\Proba3\sql1c_tlog_200906300700.TRN' with stopat=@date_time
RESTORE LOG Proba3 from disk = 'G:\Proba3\sql1c_tlog_200906300800.TRN' with stopat=@date_time
RESTORE LOG Proba3 from disk = 'G:\Proba3\sql1c_tlog_200906300900.TRN' with stopat=@date_time
RESTORE LOG Proba3 from disk = 'G:\Proba3\sql1c_tlog_200906301000.TRN' with stopat=@date_time