积极答复者
how to limit the folder growing that created for SQL replication?

问题
-
I created one follder for SQL replication, today I found it became very big and a lot of subfolders in it that name include date, and there were many files in it,the file name like *.bcp/*.idx/*.sch.
Can I detele them? I find some folders' name that is few days ago, is it useful? And how can I limit it growing?
Thanks!
答案
全部回复
-
Can delete old ones but sql will recreate them on next snapshot, better to hold them on bigger disk.
ok, thanks.But I don't understand why sql recreated the old, I thing only the last version data is useful, the previous ones are useless, it can be deleted after the new one created.