BACKUP LOG myDB
WITH TRUNCATE_ONLY
GO
Regarding the above statement, I can't seem to find any real documentation on what this does.
Does this just remove *inactive* transactions from the log file?
(I know that it's not backing up the log file - that's ok)
(I also know that I need to use shrinkfile to release the space back to the os)
Thanks!
WITH TRUNCATE_ONLY
GO
Regarding the above statement, I can't seem to find any real documentation on what this does.
Does this just remove *inactive* transactions from the log file?
(I know that it's not backing up the log file - that's ok)
(I also know that I need to use shrinkfile to release the space back to the os)
Thanks!