June 15, 2013 at 12:48 pm
Hi Guys,
Does anyone know what does these trace flags will do when I turn them on? And what does it suppose to do? Please advise.
dbcc traceON (8026, -1)
dbcc traceon(2551,-1)
go
dbcc dumptrigger('set',18456)
go
Thanks,
SueTons.
Regards,
SQLisAwe5oMe.
June 15, 2013 at 2:56 pm
we need filtered dump (only once) on the exception 12345 then we can enable trace flag 2551,8026 :
dbcc traceon (8026,2551,-1)
2551 –> To configure the filtered dump
8026 –>To clear the dumptrigger after generating the dump once.
and then enable
More at:http://sql-blogs.com/2012/01/25/complete-explanation-of-sql-server-memory-dumps-and-its-types/
June 15, 2013 at 7:36 pm
bitbucket-25253 (6/15/2013)
we need filtered dump (only once) on the exception 12345 then we can enable trace flag 2551,8026 :
dbcc traceon (8026,2551,-1)
2551 –> To configure the filtered dump
8026 –>To clear the dumptrigger after generating the dump once.
and then enable
More at:http://sql-blogs.com/2012/01/25/complete-explanation-of-sql-server-memory-dumps-and-its-types/
Thanks.
SueTons.
Regards,
SQLisAwe5oMe.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply