Tagged Questions
0
votes
1answer
65 views
security_error_ring_buffer_recorded in system health log - what does it mean?
Our company is running a few servers for a couple of websites. The server are running Windows Server 2012 and for databases we have MS SQL Server 2012.
Today I was checking the log files located in:
...
0
votes
1answer
46 views
Can eventvwr.msc's log files be exported to text or sql server in Windows?
Can the events from the "Event Viewer" (eventvwr.msc) in Windows (7/2003 Server/2008 Server R2) be exported to sql server or to text files?
Every search I do on Google for this returns how to export ...
0
votes
2answers
2k views
Cannot login SQL Server after changing machine name
After installing and setting up new machines in a domain, we decided to rename one of them which had a SQL Server instance installed. So I changed the hostname, everything went fine regarding the ...
0
votes
2answers
1k views
SQL Server database constantly restarting
We have SQL Server 2008 Express installed on a Windows 2003 server. Looking at the event log, one of the databases appears to be restarting anywhere from every couple seconds to every 15 to 30 ...
2
votes
2answers
787 views
How to disable Event log message about adhoc error message when using RaisError?
Some of the developers are using the following syntax in RaiseError:
RAISERROR('My business error message', 16, 0)
With the purpose of reusing the catch part of the try..catch block
for business ...
1
vote
1answer
205 views
where to see SQL Server start/stop logs?
I want to know where to see SQL Server start/stop logs for each instances and SQL Server agent/job start/stop logs? I am developing some tools to monitor SQL Server status. I am using SQL Server 2008 ...
0
votes
4answers
438 views
Hide certain Error IDs in MS SQL logs
SQL 2005 Management Studio
I have a replication job that is flooding the log with errors. We took the replication destination offline on purpose and we are aware of the issue. We dont want to delete ...