skip some notifications
We have an old vendor that temporarily creates and deleted tables (instead of using #temp Tables), so I get notification every time the app creates and drops one of those tables...would be nice to be able to filter those out...maybe filter to ignore objects named TABLE.MultiSelect*
Handy tool though!
Thanks!
-R
-- This file was downloaded from DLM Dashboard. It's the SQL that the user Shelby ran on the database ShelbyDB (server svrsqlent):
CREATE TABLE MultiSelect201078 (
Sequence int ,
[Counter] int NOT NULL ,
[Selected] smallint NOT NULL ,
[Fund] varchar(6) NOT NULL ,
[Fund Name] varchar(50) NOT NULL ,
[Dept] varchar(3) NOT NULL ,
[Dept Name] varchar(50) NOT NULL
) ON [PRIMARY]
