General
Apex SQL Audit
Apex SQL Clean
Apex SQL Code
Apex SQL Data Diff
Apex SQL Debug
Apex SQL Diff
Apex SQL Diff API
Apex SQL Doc
Apex SQL Edit
Apex SQL Enforce
Apex SQL Log
Apex SQL Log API
Apex SQL Recover
Apex SQL Refactor
Apex SQL Report
Apex SQL Script
Apex SQL Source Ctl
Apex SQL SSIS Compare
Knowledgebase Home
Apex SQL Audit
Apex SQL Clean
Apex SQL Code
Apex SQL Data Diff
Apex SQL Debug
Apex SQL Diff
Apex SQL Diff API
Apex SQL Doc
Apex SQL Edit
Apex SQL Enforce
Apex SQL Log
Apex SQL Log API
Apex SQL Recover
Apex SQL Refactor
Apex SQL Report
Apex SQL Script
Apex SQL Source Ctl
Apex SQL SSIS Compare
Knowledgebase Home
|
ApexSQL Knowledgebase Tips and How-to Articles for Apex SQL Tools Managing the ApexSQL ConnectionMonitor 2008.exe process DESCRIPTION This article describes how to stop, start, enable, or disable the ApexSQL Log Connection Monitor. It also describes how to get its current status (e.g. Is it running? Disabled? etc.) For more information about ApexSQLConnectionMonitor.exe and how to uninstall it (and ApexSQL Log's other server-side components), please click here. SOLUTION To manage the ApexSQLConnectionMonitor2008.exe process, run the following commands in Microsoft SQL Server's master database: For ApexSQL Log 2008.01 - 2008.03 versions To start the ApexSQLConnectionMonitor2008.exe process EXEC MASTER.dbo.Sp_apexsqlconnectionmonitor2008_start The connection monitor must be enabled before it can be started. To stop the ApexSQLConnectionMonitor.exe process EXEC MASTER.dbo.Xp_apexsqlconnectionmonitor2008_stop When the server restarts, the ApexSQLConnectionMonitor2008.exe process will start again. If you don't want this to happen, disable the process after stopping it. To disable the ApexSQLConnectionMonitor.exe process EXEC MASTER.dbo.Xp_apexsqlconnectionmonitor2008_disable To enable the Connection Monitor EXEC MASTER.dbo.Xp_apexsqlconnectionmonitor2008_enable To see the current status of the Connection Monitor EXEC MASTER.dbo.Xp_apexsqlconnectionmonitor2008_info Starting from the ApexSQL Log 2008.05 version To start the ApexSQL ConnectionMonitor process EXEC MASTER.dbo.Sp_apexsqllog2008connectionmonitor_start The connection monitor must be enabled before it can be started. To stop the ApexSQLLog2008ConnectionMonitor.exe process EXEC MASTER.dbo.Xp_apexsqllog2008connectionmonitor_stop When the server restarts, the ApexSQLLog2008ConnectionMonitor.exe process will start again. If you don't want this to happen, disable the process after stopping it. To disable the ApexSQLLog2008ConnectionMonitor.exe process EXEC MASTER.dbo.Xp_apexsqllog2008connectionmonitor_disable To enable the Connection Monitor EXEC MASTER.dbo.Xp_apexsqllog2008connectionmonitor_enable To see the current status of the Connection Monitor EXEC MASTER.dbo.Xp_apexsqllog2008connectionmonitor_info AUTHOR Janice Lee LAST REVIEW DATE 10 June 2009 Labels: ApexSQL Log |
© 2010 Apex SQL Tools All Rights Reserved | 1.919.968.8444 | Contact Us | Terms of Use | Privacy Policy
