Knowledge Sharing Network

SqlServer-QA.net (SSQA.net)


error log - SQL Server Knowledge Sharing Network (SqlServer-qa.net)

Browse by Tags

The buffer manager failed a memory allocation call for 20485670 bytes, but was unable to swap out any buffers to relieve memory pressure
01 February 10 03:58 PM | ssqa.net | with no comments
A typical error occurred when a simple SSIS package has been executed to export 500 rows to another SQL instance, not once atleast 3 times! More information on error text from event viewer that has been generated by the 'service; ...more from here;
SQL Server version has a known compatibility issues with Windows 7 RC. This warning is genuine and applies to all SQL Server editions, including all Express editions.
29 June 09 11:35 AM | ssqa.net | with no comments
There is no need to guess about the rootcause of the above error message, as it clearly mentions about compatibility issues as a warning.... read more !
Cluster resource 'SQL Server (<SQL Server instance name>)' in Resource Group '<Cluster group name>' failed.
13 March 08 09:05 AM | ssqa.net | with no comments
A common mistake by DBAs for missing to check whether all the functionality of tools are working when a SQL Server Cluster environment is setup, though you may not catch hold of few issues with basic failover/failback testing initially but when the application...
Is there a way of recylce the SQLAgent.out file in SQL Server 2000 and SQL Server 2005?
21 February 08 08:44 AM | ssqa.net | with no comments
You may be aware about SP_CYCLE_ERRORLOG from older SQL Server versions, this will only take care of SQL Server error log and not with SQLAgent error log. So the question is there any way out to recycle the SQLAgent log file too without restarting this...