April 24, 2015 at 11:47 am
Is there a dbcc flag that will capture all error messages in the log
e.g. when inserting data into a table, a PK violation occurs throwing, Msg 2627
..similar to trace flag 1222 to capture deadlock info..
April 24, 2015 at 12:14 pm
waeva (4/24/2015)
Is there a dbcc flag that will capture all error messages in the loge.g. when inserting data into a table, a PK violation occurs throwing, Msg 2627
..similar to trace flag 1222 to capture deadlock info..
Quick thought, not that I remember but you can check you lucky numbers here.
😎
April 24, 2015 at 12:45 pm
create either a server side trace or an extended event that captures errors. then you can review them at your leisure.
you can limit it to certain tspecific error values if needed, but it sounds like you want a catch all errors kind of thing;
Lowell
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply