hi,
if my transaction log is full, do i need to execute only this command to truncate old logs
DBCC
SHRINKFILE(<dbname>, 1)BACKUP
LOG <dbname> WITH TRUNCATE_ONLYDBCC
SHRINKFILE(<dbname>, 1)
Should I use the same command as a daily maintenance to my transaction log
cherriesh