September 11, 2007 at 12:53 pm
I would like to create an event handler that would catch any errors that result from a sys.
September 11, 2007 at 2:48 pm
Either
1.) just use the old names ex. SysObject, SysColumns, etc
or
2.)
If Object_ID('sys.objects') Is Not Null
EXEC('select * From sys.objects')
Else
EXEC('select * From sysobjects')
September 11, 2007 at 2:50 pm
I was more wondering what control flow item I use under the Event Handlers Tab?
-Kyle
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply