Skip to content

Commit 030ddaf

Browse files
Added execution timestamp to 1320
1 parent 2f77ec0 commit 030ddaf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sqldb-tips/get-sqldb-tips-compat-level-100-only.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ SELECT 1320 AS tip_id,
580580
', updateability: ', CAST(DATABASEPROPERTYEX(DB_NAME(), 'Updateability') AS nvarchar(10)),
581581
', logical database GUID: ', rg.logical_database_guid,
582582
', physical database GUID: ', rg.physical_database_guid,
583+
', script execution timestamp (UTC): ', CONVERT(varchar(20), SYSUTCDATETIME(), 120),
583584
@CRLF, @CRLF,
584585
STRING_AGG(
585586
CAST(CONCAT(

sqldb-tips/get-sqldb-tips.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ SELECT 1320 AS tip_id,
569569
', updateability: ', CAST(DATABASEPROPERTYEX(DB_NAME(), 'Updateability') AS nvarchar(10)),
570570
', logical database GUID: ', rg.logical_database_guid,
571571
', physical database GUID: ', rg.physical_database_guid,
572+
', script execution timestamp (UTC): ', CONVERT(varchar(20), SYSUTCDATETIME(), 120),
572573
@CRLF, @CRLF,
573574
STRING_AGG(
574575
CAST(CONCAT(

0 commit comments

Comments
 (0)