InterviewSolution
Saved Bookmarks
| 1. |
Where Can You Find The Error Log Information? |
|
Answer» We can make use of SQL Profiler , SQL Server LOG or use xp_readerrorlog EXTENDED Stored PROCEDURE to retrieve the error log INFORMATION. We can make use of SQL Profiler , SQL Server Log or use xp_readerrorlog extended Stored Procedure to retrieve the error log information. |
|