diff --git a/SSRS.Report_List.sql b/SSRS.Report_List.sql index 04fb03f..290eba4 100644 --- a/SSRS.Report_List.sql +++ b/SSRS.Report_List.sql @@ -68,8 +68,7 @@ AS FROM dbo.Catalog AS rpt WHERE - 1=1 - AND rpt.[Type] = 2 + rpt.[Type] = 2 ) SELECT rpt.ItemID