Hi all,
I've browsed previous questions but can't seem to find my answer. Heads up I'm a relative SQL newb, and it is not my main job, though I've spent a few full days trying to figure this out by myself + books + google searches + reading.
Essentially we have Transaction logs filling up a drive and getting very large. I understand that in order to shrink this we need to back up the transaction log file to sort of commit the transactions, then running a shrink will shrink the log file to as small as it can get or as small as specified. What I can't seem to find is, does a "Full" backup type backup actually back up the transaction log in this way? Do I need to actually do a "Transaction Log" backup type in addition to this? (we've been running a full backup, then shrink, but the logs don't seem to be reducing in size).
After a DBCC shrinkfile, should be "Initial Size" property of the log file be reduced as well as the size?
Thank you for any help you could provide in un-muddying my thoughts on how this works and proper methodology.
I've browsed previous questions but can't seem to find my answer. Heads up I'm a relative SQL newb, and it is not my main job, though I've spent a few full days trying to figure this out by myself + books + google searches + reading.
Essentially we have Transaction logs filling up a drive and getting very large. I understand that in order to shrink this we need to back up the transaction log file to sort of commit the transactions, then running a shrink will shrink the log file to as small as it can get or as small as specified. What I can't seem to find is, does a "Full" backup type backup actually back up the transaction log in this way? Do I need to actually do a "Transaction Log" backup type in addition to this? (we've been running a full backup, then shrink, but the logs don't seem to be reducing in size).
After a DBCC shrinkfile, should be "Initial Size" property of the log file be reduced as well as the size?
Thank you for any help you could provide in un-muddying my thoughts on how this works and proper methodology.