Download Url: http://vd0team.com/Guides/[Guide]%20...saction%20Log/
Guide Taken From: http://forum.ragezone.com/showthread.php?t=24131
Scripts Used In The Movie:
Code:USE master go sp_configure 'allow updates',1 go reconfigure with override go update sysdatabases set status=-32768 where dbid=DB_ID('MuOnline') go sp_configure 'allow updates',0 go reconfigure with override goCode:USE master go dbcc rebuild_log('MuOnline','D:\muserver\db\MuOnline_log.ldf') go dbcc checkdb('MuOnline')If you like it give me some reputation :PCode:alter database MuOnline set multi_user


Reply With Quote

