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
How to minimize a VFP 7 application to the system tray
Only display "True" check boxes on Access report
ASP.NET Session Resetting when New Browser Openned
error loading lmouse.vxd reinstall windows
Laptop drops Network Card periodically
Why does a user gets a Runtime error 70 with Permission Denied when attempting to delete the XLS files in a folder C:\SENTSPRING on his local drive ?
Windows Phone Dialer not Working Right With XP
Database backup using stored proc
access 2003 database, cannot open in access 2007
How do i protect my excel woksheet information copy and past it in another worksheet? I already protected the worksheet and cells but copying information?