My database is approaching the 4GB limit of SQL 2005 so I am trying to delete some of the journal.
When I run the query "DELETE FROM JOURNAL WHERE TIME < '01/01/2012'" in RMS Administrator, the database stays the same size at approximately 39.5GB. The receipts for the period are deleted, but the LOG grows from 1MG to 2.3GB. I'm working in a test environment, so it hasn't damaged the live database.
Does anyone have an idea why this isn't working? Any help would be greatly appreciated.
*This post is locked for comments