Looking at my SQL log shipping file names (following is an example)

Q:\Backups\LogShipping\MyAudit\MyAudit_20201027165400.trn

What date time format is the transaction log expressed in (local military time, UTC time)?

有帮助吗?

解决方案

What date time format is the transaction log expressed

Yes, it is UTC time with the format dbname_YYYYMMDDHHMMSS (time is backup start time in 24 hours format). I think, following screenshot (copied from..) can help for easy validation.

Left side: Highlighted is Log Shipping backup name with UTC datetime
Right side: Date modified column indicating the time in +4 time-zone

enter image description here

许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top