Skip to content

Commit

Permalink
Merge pull request #219 from VladDBA/dev
Browse files Browse the repository at this point in the history
Forgot some comments
  • Loading branch information
VladDBA authored Jun 3, 2024
2 parents 25df2dc + d67eb90 commit abe4b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/GetIndexInfoForWholeDB.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
WHERE [ix].[type] IN(0, 1,2,3,4,5,6,7)
AND [obj].[name] <> N'BlitzWho_AzureSQLDBReplace'
AND [obj].[type] in ('U', 'V')
--AND [ips].[avg_fragmentation_in_percent] > 0
AND [ips].[avg_fragmentation_in_percent] > 0
/*only tables larger than ~400MB */
--AND [ips].[page_count] >= 52000
AND [ips].[page_count] >= 52000
AND obj.object_id not in
(SELECT l.resource_associated_entity_id
FROM sys.dm_tran_locks l
Expand Down

0 comments on commit abe4b79

Please sign in to comment.