InterviewSolution
| 1. |
How To View The Error Log For Any Specific Instance? |
|
Answer» There are MANY ways but I prefer following method. Take a scenario when you WANT to find the error log when the DB was put in a single USER mode. CREATE TABLE #Errorlog (Logdate Datetime, Processinfo There are many ways but I prefer following method. Take a scenario when you want to find the error log when the DB was put in a single user mode. CREATE TABLE #Errorlog (Logdate Datetime, Processinfo |
|