两个 SQL Server 数据库之间的同步(在线和离线)

发布于 2025-01-04 15:23:26 字数 479 浏览 2 评论 0原文

我们有一个基于本地 Intranet 的项目管理工具,我们在 asp.net .net 4.0 和 sql server 2008 中构建它。我们无法在线访问这个系统,因为它是基于 LAN 的,我们也不希望它的文件在线显示。但大多数情况下,我们和其他经理需要在家中发布项目,但问题是我们不想仅在在线服务器上使用该系统,而且本地内联网也应该可以工作,在任何情况下都不首选实时 IP,因为我们心中有一个想法,如果我们在在线服务器(专用 vps)上启动相同的发布站点,并且人们习惯在离线系统上工作,但我们可以制作一些 .exe 实用程序来上传我们最新的记录从离线服务器到在线服务器使用在互联网上,sql server 是否为此提供任何内置功能,最好的方法是什么,无论是使用我们自己的带有 Windows 任务计划程序的自定义逻辑,还是 .Net 提供了任何类型的设施。不只在网上使用这个系统的原因是,我们的员工以前上传GB的文件,而互联网只有4MBps,这会减慢工作速度,而且我们不希望每次都依赖互联网,也存在安全问题。

问候 阿提夫

We have a local intranet based Project Management tool, we built it in asp.net .net 4.0 and sql server 2008. We cannot access this system online as it is lan based, neither we want its files to be appear online. But most of the cases we and other managers need to post project on it from home, but the issue is we dont wana use this system only on online server but also local intranet should be working, live ip is not prefered in any case because of electricity issues etc. We have an idea in our mind, that if we launch the same published site on online server (dedicated vps), and people use to work on offline system, but we can make some .exe utility which will upload our latest records from offline server to online server using the internet, does sql server provide any built in functionality for this, what is the best way to do this, either with our own custom logic with windows task scheduler or .Net provides any kind of facility for that. The reason of not using this system only as online is, our employees used to upload files in GBs, and the internet is only 4MBps, which will slow down the work, also we dont want internet dependency every time, also there is security issue.

Regards
Atif

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

情未る 2025-01-11 15:23:26

查看 Microsoft 同步框架:http://msdn.microsoft.com/en-us/sync /bb736753

Check out Microsoft Sync Framework: http://msdn.microsoft.com/en-us/sync/bb736753

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