Home > Database > Mysql Tutorial > body text

SQLServer 复制问题:总是遇到错误,真是蛋疼无比配置这些东西?

WBOY
Release: 2016-06-07 15:39:48
Original
1428 people have browsed it

假设发布服务器的ip为10.1.22.35 在发布属性中(右击发布名称),点击左侧的快照,在右边页面中的快照文件的位置默认为 D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\repldata 把repldata文件夹设置为共享,并且在安全项里,加上EVERYO

假设发布服务器的ip为10.1.22.35
在发布属性中(右击发布名称),点击左侧的快照,在右边页面中的快照文件的位置默认为
D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\repldata

把repldata文件夹设置为共享,并且在安全项里,加上EVERYONE用户并把所有权限都打上勾


然后在订阅服务器中,右击订阅的服务名,选择属性,在弹出窗口中
1)快照位置修改为备用文件夹
2)快照文件夹修改为 \\10.1.22.35\repldata

注意:订阅服务器中,要能访问到\\10.1.22.35\repldata

再到回发布服务器中,本地发布里,右击订阅名,选择启动复制监视器,即可看到已经发布成功了(没出现红色错误)

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!