SQLServer日志传送文件大小限制
我试图限制作为日志传送的一部分传输的单个文件的大小(因为我使用 WebDAV 进行传输)。
我想确保不会创建超过特定大小(例如 16MB)的 trn 文件,因为它似乎会阻塞 WebDAV。
我从 sqllogship.exe 的输出中注意到,它指出:
Max Transfer Size: Not Specified
可以配置吗?
谢谢 安迪
I'm trying to limit the size of individual files that are transferred as part of log shipping (as I am using WebDAV for transport).
I want to ensure that no trn files are created that are more than a certain size (e.g. 16MB) as it seems to choke WebDAV.
I note from the output of sqllogship.exe, that it states:
Max Transfer Size: Not Specified
Can this be configured?
Thanks
Andy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为你想要实现的目标是可能的(Damien_The_Unknowner 的评论似乎支持了这个观点)。
据我所知,您可以采取的唯一方法是足够频繁地安排日志备份,以免达到文件大小限制。
I don't think what you're trying to achieve is possible (and Damien_The_Unbeliever's comment seems to back this view up).
As far as I can see, the only approach you can take is to schedule you log backups frequently enough that the file size limit isn't reached.