Tuesday, January 13, 2009

Error Logging in MS SQL server

Tips and Tricks :

   you can find all the error log of MSSQL server by executing this.

use master;
EXEC   xp_readerrorlog;








No comments:

Post a Comment