Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing application in ASP.NET 2008 & SQL SERVER 2008 R2. This project is already launched in one domain name like www.xyz.com.

Now I want to use my project in locally (In Office). Every day night all the changes will be update in server domain.

How to use replication. what are steps to be taken in local system & domain server.
Posted

Refer this article , Should be easy enough to implement replication using SSIS

http://sqlblog.com/blogs/jorg_klein/archive/2011/03/12/replication-services-as-etl-extraction-tool.aspx[^]
 
Share this answer
 
In SQL Server, You can setup replication, on local side you need to crate publisher and on remote side you need to create subscriber. You can use snapshot replication as you need to reflect your changes every day night if you want instant reflect then you can use transactional replication.

Regards
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900