sql-server2008 Database Publishing Subscriptions

Source: Internet
Author: User

Reference Blog Park article http://www.cnblogs.com/tyb1222/archive/2011/05/31/2064944.html

Add a security database

Change the database name SQL statement

Select @ @servernameSelectSERVERPROPERTY ('servername') sp_helpserverexecSp_dropserver@server = 'Guide-sql-bak'execsp_addserver@server ='Guide-sql-bak',@local = 'LOCAL' 

Using SQL Server to publish a database snapshot encounters an error: "XXXXX" access to the path is denied by using SQL Server to publish a DB snapshot in the configuration, if you chose to use SQL Server Agent, and SQL  This error occurs when the login identity used by the Server Agent service does not have read and write access to the location of the snapshot file. The www.2cto.com workaround is to modify the logon identity of the SQL Server Agent service by selecting the SQL Server service in the left column of the program->sql server Configuration manager->- > Right-click on the SQL Server agent row in the right panel, select Properties, and in the dialog box that pops up, select "Built-in account"->localsystem. Note: The same gateway is feasible

sql-server2008 Database Publishing Subscriptions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.