Viewing 15 posts - 1,021 through 1,035 (of 1,160 total)
From the error message, it is clear that some DBCC command was being executed when the error occured. In SQL Server 2005 and above, during DBCC command execution Database Snapshots...
July 23, 2010 at 5:42 am
Did you try starting SQL Service in Single User mode from the command prompt?
Usually it gives the right picture there.
July 23, 2010 at 4:17 am
July 22, 2010 at 9:38 pm
Seems to be a problem with MMC. Why not connect to the instance using SSMS?
You can download SSMS from here and install in on the same server.
Hope this helps!
July 22, 2010 at 1:59 pm
Using Windows Authentication only controls the access to the instance. Authentication level will not have any impact Ownership. Having SA as the owner even in this case will not have...
July 22, 2010 at 1:54 pm
The "unyeilding thread...." on the SQL instance lead to the failover.
Please refer
http://support.microsoft.com/kb/891268
http://support.microsoft.com/kb/810885
The System Event Log, SQL Server Error Log and the Cluster Log (c:\windows\cluster\cluster.log)...
July 22, 2010 at 1:37 pm
Try adding an output file to the file system by modifying the job step properties. This should give more detailed information.
July 22, 2010 at 6:24 am
Please check the open connections/performance of the Server to which the job points to. Most likely the server is busy when the job fails.
July 22, 2010 at 6:17 am
SQL Server is running out of memory. Try restarting the SQL Service. This will resolve the issue.
If this issue reoccurs try increasing the memory_to_reserve by using -G switch as mentioned...
July 21, 2010 at 10:04 pm
As mentioned earlier, the backup file format is not usable and the file needs to be deleted. After that try taking the backup with INIT or FORMAT options in the...
July 21, 2010 at 10:02 pm
Did any of the configurations change?
Try using the command line OSQL.exe to connect and troubleshoot
osql.exe -S SerververName -E
If that does not help try starting the SQL Server from the...
July 21, 2010 at 10:00 pm
You may try increasing the RAM/Page file allocation on the host.
July 19, 2010 at 5:20 am
You can remove the BUILTIN\Administrators and add the required AD Users/Groups to SQL Server and grant them appropriate rights.
Hope this works !!
January 6, 2010 at 9:08 am
Viewing 15 posts - 1,021 through 1,035 (of 1,160 total)