This piece of T-SQL is deprecated in 2005:
BACKUP LOG [DB_NAME] WITH TRUNCATE_ONLY
I don't need to keep a backup the log for my db - but I do not want the piece of code to stop working if we port to SQL2008 or successive versions in future.
Cheers