I don't think the following actually truncates the log... but can someone verify if it does or doesn't?
BACKUP DATABASE [databasename] TO DISK = N'D:\Backup Files\DATABASENAME.BAK' WITH INIT , NOUNLOAD , NAME = N'databasename backup', SKIP , STATS = 10, NOFORMAT
Thanks.
RAA