Delete bids, scheduled bids, and assignments for auctions where no real user ever participated.
Delete SiteVisits and PageVisits older than specified days.
Delete login attempts older than specified days.
Delete sent/delivered notifications older than specified days.
Delete audit log entries older than specified days.
Delete processed PayPal webhook logs older than specified days.
Reclaim unused space after cleanup using DBCC SHRINKDATABASE. Recommended only after large deletions. Note: Azure SQL manages storage automatically over time.
Execute all cleanup operations sequentially with current settings.