This commit is contained in:
2023-07-10 12:00:17 +02:00
parent 6926aaa05b
commit 20cc9614f6
5 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{
"id": "d18e8e6b-64fd-44ac-acba-111a57d4f411",
"prefix": "server_start_time",
"description": "",
"body": "SELECT a.[sqlserver_start_time], * \r\nFROM [sys].[dm_os_sys_info] a"
}