Microsoft
Software
Hardware
Network
Question : SQL 2008 Transaction log
We are running SQL 2008 SP1 and I have a database with a very large transaction log. My question is if I changed the recovery mode to simple and delete the log file, would it auto create a new one when switched back to Full recovery mode?
I have already tried to do a backup/shrink and it tells me it can't because it has to keep a minimun size. Not sure what else to do.
Thanks!
Answer : SQL 2008 Transaction log
yes, for 2008 your above mentioned steps will work
alter database dbName set recovery simple
go
checkpoint
go
alter database dbName set recovery full
go
Random Solutions
RDP Server Sizing
Your database or project contains a missing or broken reference to the file 'DSDBListVw2.dll' version 1.0.
Integrate MapPoint with Access form
Run checks before Update query
Input masks for numerical data?
How to create a Second Global Address List in exchange 2007
Trusted Sites button greyed out in IE7 for Windows 2003 Terminal Server domain users sessions
Code for User Permission level
How to break up a "FIrstName.LastName" record into 2 seperate variables
how to extract a number from a string containng text and special character including white space