December 22, 2011 at 12:25 am
Hi All,
Can I use this DBCC DBINFO in production server.
I understand that it is undocumented command.
I intend to use this command to capture the information when was last DBCC CHECKDB run successfully without any errors reported.
Anyone used this command in production before.
-- Babu
December 22, 2011 at 3:47 am
Many people do, I have some 3rd party products that do. For an undocumented command, it's pretty well known.
It may change in the next version or even next service pack (that's implied by it being undocumented) so do be careful to document clearly or be willing to change your code if necessary.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 22, 2011 at 7:22 am
Thank you Gail. Appreciated you.
This site is Awesome !!!!!!!.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply