Microsoft SQL Server Articles

Links, articles, scripts, tips, and other technical sources for managing SQL Server. DBALinks is dedicated to SQL Server and database administration.

ABOUT SQL SERVER

 

 

Articles | Categories | Search | Syndication

How to purge sysxmitqueue table in msdb - SQL server 2005

How to purge sysxmitqueue table in msdb - SQL server 2005
407 Views :: 0 Reviews :: :: SQL Server Configuration
 

 

If your msdb database grows huge - it is because of sysxmitqueue table. 

ALTER DATABASE [msdb] SET SINGLE_USER WITH ROLLBACK IMMEDIATE

GO

ALTER

DATABASE [msdb] SET NEW_BROKER WITH ROLLBACK IMMEDIATE

GO

ALTER

DATABASE [msdb] SET MULTI_USER

GO

Rating
Reviews
Currently, there are no reviews. Be the first to post one!
Click here to post a review