How to clear SendSuite Live log tables

Learn how to clear the SendSuite Live log tables to relieve the pressures that overly large log tables can cause on the system.
Products affected: SendSuite® Live
If the log tables become burdensome, the overall processing ability of the software can suffer.

To clear the log tables:
  1. Open Microsoft SQL Server Management Studio.
  2. Provide the required credentials to access the SendSuite Live database.
  3. Select New Query.
  4. Using the menu in the upper left corner, select the SendSuite® Live database.
  5. Paste the following into the blank query window:
truncate table [Log Events]
truncate table [Log Requests]
truncate table [Log Transactions]
  1. Select Execute.
  2. Once the process is complete, the log tables will be empty.
If you need further assistance, please chat with us.

UPDATED: July 12, 2023