Comments
3 comments
-
Is the value 'January 09 2008 10:25:08' accepted by your SQL Server instance for the STOPAT parameter, for native backups? Can you try using the value '2008-01-09 10:25:08'?
Thanks. -
Hi Peter,
that worked out fine.
Is it possible to get SQLBackup to change the format of this datetime field according to the locale settings of the sql server?
regards
wd -
check change Region settings. It worked for me.
Add comment
Please sign in to leave a comment.
I have been playing with the different backup and restore possibilities and have come up against a problem.
When I choose to do a restore of a transaction log and choose to restore to a certain point in time within the tran log the restore aborts.
Here is the T-SQL generated by SQLBACKUP:
I got the full backup restored with no errors but the tran log restore gives the following error:
If I perform a restore of the same tran log but let it restore the entire file I don't get the errors.
Am I doing something wrong here that stops the restore to an exact point in time?
regards
wd