03 October 2011

Sql Server (2008) database’inde log_reuse_wait=6, log_reuse_wait_desc=REPLICATION yaziyorsa, log_reuse_wait'i 0 (NOTHING) yapmak:

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