Skip to content

Commit c499295

Browse files
committed
add startup time
1 parent faed37a commit c499295

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

autogrow events.sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
and te.name in ('Data File Auto Grow','Log File Auto Grow')
3333
and g.StartTime > dateadd(d, -7, sysdatetime())
3434
--GROUP BY StartTime,Databaseid, Filename, IntegerData, Duration
35-
order by StartTime desc
35+
order by StartTime desc;
36+
37+
SELECT servicename, status_desc, last_startup_time FROM sys.dm_server_services;
38+
GO
39+
3640

3741

3842

toolbox-stablestate.zip

44 Bytes
Binary file not shown.

toolbox.zip

6.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)