I've spent quite a few time searching on the matter, no luck so far, decided to post my question here.
I wonder is there a way at all to add (concatenate) TLog (rollforward) application throughput (speed) detail to the existing information in SQL Log for Standby database.
That is, literally, this
"RESTORE LOG successfully processed 24011 pages in 1.264 seconds (148.403 MB/sec)."
to this
"
Message
Log was restored. Database: <a user database name>, creation date(time): 2018/02/16(01:17:50), first LSN: 47072:120299:1, last LSN: 47076:54786:1, number of dump devices: 1, device information: (FILE=1, TYPE=DISK: {'<path>\<db_name>_backup_2021_05_17_170006_0460796.trn'}). This is an informational message. No user action is required
"
to be something like
"
Message
Log was restored. Database: <a user database name>, creation date(time): 2018/02/16(01:17:50), first LSN: 47072:120299:1, last LSN: 47076:54786:1, number of dump devices: 1, device information: (FILE=1, TYPE=DISK: {'<path>\<db_name>_backup_2021_05_17_170006_0460796.trn'}). This is an informational message. No user action is required
RESTORE LOG successfully processed 24011 pages in 1.264 seconds (148.403 MB/sec).
"
?
Thank you!
Stan
