K
Ken Varn
I want to be able to check an SQLServer database to determine if it is not damaged or in need of repair. I looked into the DBCC CHECKDB SQL call to accomplish this. However, I cannot figure out how to check the status of the database after making this call in ADO.NET. I tried using a SqlDataReader, but there is nothing returned in the reader that gives me the status of the call.
Can someone make a recommendation on how I can check the status of a database using ADO.NET?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
Can someone make a recommendation on how I can check the status of a database using ADO.NET?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------