I've got a stored procedure that rebuilds a datamart every night from tables in another database on the same MS SQL Server 2000. The procedure works fine but the log file gets pretty big pretty quickly. Is there a way to stop my precedure adding to this log, without having to create a maintenance plan or schedule seperate jobs.
I'm thinking a command I can put at the end of my procedure along the lines of CLEAR LOG FROM LAST PROCEDURE or something. Thanks in advance!
Start Free Trial