从 Win CE 设备到 SQL Server 2008 R2 的 SQL 复制

发布于 2024-12-01 09:29:08 字数 415 浏览 2 评论 0原文

我有一个 Windows CE 设备,我想将数据复制到 SQL Server 2008 R2 数据库。我了解复制的基础知识,并且需要使用 MSDN 的“双服务器拓扑”。其中有一个 IIS 框和一个单独的 SQL Server 框。

我在 SQL 数据库上设置了复制和发布。另外,在 IIS 盒子上我创建了一个虚拟目录,并通过 UNC 在数据库盒子上拥有物理文件夹。现在我正在配置 IIS 框。

根据“双服务器拓扑”,我不需要在 IIS 机器上安装 SQL Server。只是 SQL Server Compact Edition 3.5 工具。但是,当我运行 CE 工具安装的设置时,它失败,指出未安装复制组件。经过调查,安装复制组件的唯一方法似乎是通过 SQL Server 安装。

我错过了什么吗?我可以让 IIS 盒子独立运行而不安装 SQL Server 吗?

I have a Windows CE device that I'd like to replicate data to a SQL Server 2008 R2 database. I understand the basics of replication and I need to use MSDN's "Two-Server Topology". Where there is an IIS box and a separate SQL Server box.

I have replication and a publication set up on the SQL database. Also, on the IIS box I created a virtual directory and via UNC have the physical folder on the database box. Now I'm at the point of configuring the IIS box.

According to the "Two-Server Topology" I don't need SQL Server installed on the IIS box. Just the SQL Server Compact Edition 3.5 Tools. However, when I run the setup for the CE tools installation, it fails stating the Replication Components are not installed. After investigating it seems the only way to install Replication Components is via a SQL Server installation.

Am I missing something? Can I have the IIS box be standalone without SQL Server installed?

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

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

发布评论

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

评论(1

长发绾君心 2024-12-08 09:29:08

您必须从 SQL Server 介质安装客户端连接组件,并确保安装最新的 SQL Server Compact 服务器工具:http://erikej.blogspot.com/2010/06/walkthrough-configuring-merge.html

You must install the Client Connectivity Components from the SQL Server Media, and make sure to install the latest SQL Server Compact Server Tools: http://erikej.blogspot.com/2010/06/walkthrough-configuring-merge.html

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