Viewing 8 posts - 1 through 8 (of 8 total)
Thanks Matt & Lynn.
Sorry for not being clear enough. I did want the entire row returned, so I ended up using Matt's script.
Thank you both again for your help...
November 16, 2009 at 7:18 am
You're a champion, Chris!
Thank you very much! 😀
November 17, 2008 at 9:46 am
So I'm reading up on truncating the log file with the SHRINKFILE method.
Is this the way I should use it?
DBCC SHRINKFILE('database_log.ldf',TRUNCATEONLY)
And this will ultimately remove all transactions from the log...
October 31, 2008 at 3:52 pm
That returned "No active open transactions."
October 31, 2008 at 2:12 pm
The latest value in that field (created on the 27th of this month) was "ACTIVE_TRANSACTION"
October 31, 2008 at 1:49 pm
This is a production DB. It's a DB that our company RMS uses. I can boot everyone off it whenever if need be.
So truncate, shrink, and backup..
October 31, 2008 at 12:36 pm
OK, I did a shrink on the log file and it released about 5gb. It's still over 200gb. The data file is only 600mb. Is truncating the only way to...
October 31, 2008 at 12:29 pm
Viewing 8 posts - 1 through 8 (of 8 total)