| Added: December/29/2008 at 12:06pm | IP Logged
|
|
|
Found it.. or at least this should be it..
Change the databasename value to match yours and run this agaisnt your database just like you would a query... you'll probably need to run it logged in as a SQL Server User with enouigh permissions to make such a change but I am sure you'll figure that out
ALTER DATABASE databasename SET RECOVERY SIMPLE
BACKUP LOG databasename WITH TRUNCATE_ONLY
__________________
Best Regards,
Christopher Williams
www.CJWSoft.com
|