We are going to discuss 5 methods to find location of SQL Server Error Log File. We will expose different ways for a DBA to identify SQL Server Error log location.
When try to access the database sometimes on users appear “ Microsoft SQL Server error 233 “. This is very general connection error and to fix this you will need to test different solutions.
The common error when you try to access any table or to perform select on sql server is “Microsoft sql server error 229”. This error is related with the permission on certain database.
Every DBA has faced Sql server error 300 on the daily works. The massage is “VIEW SERVER STATE permission was denied on object 'server', database 'master'. (Microsoft SQL Server, Error: 300)”. The error is related with user permission on VIEW SERVER STATE. Some people experiences are …
This article explain tips for SQL Server disable all sql jobs topic, using specific name or using specific category. We need to disable or Enable all jobs?