SELECT [name] ,[state] ,[state_desc] ,[recovery_model_desc], [log_reuse_wait], [log_reuse_wait_desc] FROM [dbname].[sys].[databases]
calistirilip log_reuse_wait’in 6 oldugu gorulur.
use dbname
exec sp_dboption dbname, published
exec sp_removedbreplication
komutlari calistirilir ve log_reuse_wait yine kontrol edilir
Bu adimlardan sonra shrink olmayan Log dosyasi shrink de edilebilir.
(http://technet.microsoft.com/en-us/library/ms345414.aspx)
No comments:
Post a Comment