This is a discussion on Re: Transaction log size after backup. within the SQL Server forums, part of the Microsoft SQL Server category; --> Read this one wrong, a full backup will not backup the log, your log will actually grow a little ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Read this one wrong, a full backup will not backup the log, your log will actually grow a little with a full backup. to test this run: dbcc sqlperf('logspace') remember your log space used number backup your database run dbcc sqlperf('logspace') again and see if the log space used went up or down. HTH Ray Higdon MCSE, MCDBA, CCNA *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |