Question Suggestions for SQL Server monitoring, database repair, etc.?

Administrator

VB.NET Forum Admin
Joined
Jun 3, 2004
Messages
1,462
Programming Experience
10+
Hello,

Anyone use any third party products that can monitor your SQL Server (2008) and databases, run repair or optimize routines if needed, etc.?

I've found a few issues when running DBCC that concern me and I'd like to get my SQL Server monitored and have advanced tools to fix problems.

Interested in your suggestions. Thanks!
 
Hey,
DBCC is very effective utility using which you can easily check the status of the SQL Server. It shows you the detailed report of the faults in the server. If you found any problem with the server then you can easily sort it out there after. You only need to use software called MS SQL Database Repair.

This software will repair all corrupted .mdf files, tables, views, indexes, trigger, stored procedures and other important log files and makes your server function properly. So, I will suggest you to try it, it will definitly work.

Thank You,
 
Back
Top