SQLServer日志传送文件大小限制

发布于 2024-10-17 18:24:17 字数 236 浏览 6 评论 0原文

我试图限制作为日志传送的一部分传输的单个文件的大小(因为我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独夜无伴 2024-10-24 18:24:17

我不认为你想要实现的目标是可能的(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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文