Skip to content

Commit ee1d8c5

Browse files
Update AzureSQLDB_Diagnostics.txt
1 parent 20b9299 commit ee1d8c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

AzureSQLDB_Diagnostics.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22

3-
Updated: 2018-12-18
3+
Updated: 2022-07-13
44

55
+ open new query window using SSMS.
66
+ paste this whole script.
@@ -292,5 +292,9 @@ FROM CTE
292292
Print '*** database_scoped_configurations'
293293
select * from sys.database_scoped_configurations
294294

295+
--(13)
296+
Print '*** Persistent version store usage stats'
297+
select db_name(database_id),* from sys.dm_tran_persistent_version_store_stats
298+
295299
--(0) - timestamp
296300
select sysdatetime()

0 commit comments

Comments
 (0)