Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Delete all Bookings records

Code Block
languagesql
update dbo.ArchiveSetting set BookingDaysToKeep = 0 where TenantId = 1

...

Configuring the Maintenance Job

...

SQL Agent Job - MSSQL Server Only

...