Skip to content

Commit afbebd0

Browse files
authored
Remove: WHERE ObjectId NOT IN ('18','17','16','15','10','11')
1 parent 0c7c0b4 commit afbebd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SQL Queries/OperationsManager/PartitionAndGroom_Retention.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ SELECT [ObjectName]
77
,[DataGroomedMaxTime]
88
,[IsInternal]
99
FROM [PartitionAndGroomingSettings] WITH (NOLOCK)
10-
WHERE ObjectId NOT IN ('18','17','16','15','10','11')
11-
ORDER BY ObjectName
10+
ORDER BY ObjectName

0 commit comments

Comments
 (0)