Welcome to SqlServer-QA.net Sign in | Join | Help

SQL Server Storage Engine & Tools (SSQA.net)

SQL Server Tools includes storage engine that includes a complete set of graphical tools and command prompt utilities that allow users, programmers, and administrators. SSMS, SSRS, SSIS & SSAS are most commonly used tools.

Browse by Tags

All Tags » sqlagent   (RSS)
SQL Server 2005 Agent XPs disabled error - how to resolve this issue?
When SQL Server 2005 Management Studio's Object Browser shows the SQL Server Agent service with a red down arrow and the text Agent XP's disabled , the service is not started or disabled. This used to be a problem prior to Service Pack 2 for SQL Server Read More...
Cluster resource 'SQL Server (<SQL Server instance name>)' in Resource Group '<Cluster group name>' failed.
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 Read More...
sp_sqlagent_get_perf_counters: what are they and how to remove them?
Within your SQL Server environment many times you might have observed sp_sqlagent_get_perf_counters running within the Profiler trace, sometimes they may result in high CPU conditions. They are demo alerts to test whether the alerts are working within Read More...
SQLServer Error: 15404, Could not obtain information about Windows NT group/user 'domain\username', error code 0x54b. [SQLSTATE 42000]
Interesting post in MSDN forums on the error: SQLServer Error: 15404, Could not obtain information about Windows NT group/user 'mydomain\myusername', error code 0x54b. [SQLSTATE 42000] Read More...
Change SQLAgent log file location after SQL Server installation
Can we change the location of SQL agent error log file after the SQL Server program is installed? Yes, i n terms of configuring a specified number of SQL Server Agent error logs, this is not possible. The default number of log files for SQLAGent is 9 Read More...
Delete DEMO alerts from SQLAgent
Since the days of SQL 70 automated administrative tasks are getting better with the usage of SQLAgent, you need to know how to configure alerts and set up operators, the people SQL Server contacts when alert conditions arise. SQLAgent Jobs can trigger Read More...