Global Filter by Schema should exclude Schema Object with same name
This filter should exclude an object with a schema that has a matching name.
-- All Objects
Exclude where (@SCHEMA = 'tSQLt') OR (@SCHEMA = 'SQLCop')
Did not exclude this schema object definition.
-- Schema
CREATE SCHEMA [tSQLt]
AUTHORIZATION [dbo]
GO
3
votes
Jeremy Simmons
shared this idea