View: dbo.Impound_Profile_Active_Profile_View | |||
View definition | |||
--This view is needed for the impound profiles filter. The filter list should only show the active impound profiles --DO NOT REMOVE this is needed for filtering CREATE VIEW dbo.Impound_Profile_Active_Profile_View AS SELECT impound_profile_KEY, description FROM dbo.Impound_Profile WHERE is_active = 1 | |||