Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

How to update sql server database from server (Admin Panel) to client (Local System Database) database through sql server query or c# .net?

I want to update, current update data in client machine on daily basis through scheduler or internet.
Whole database should not be transferred, only modify or update data transfer and should be updated on client machine's sql server database.

Please Help Me.

Regards
Ankit Agarwal
Software Engineer
Posted
Updated 10-Nov-13 19:57pm
v2
Comments
Enemali William 9-Nov-13 9:01am    
Please can you rephrase your question, i don't understand. Are you trying to update a remote server from a local server ?
[no name] 11-Nov-13 2:33am    
I want to update local server from remote server.
Like admin panel to client application database.

Hi,

As per my understanding of your question I think you want to send some specific part of data to client location

Below are the options for Synchronization
1) Microsoft Synch Framework
2) Import Export using custom script
3) Import Export using SMO object using C#
5) SSIS (SQL server Integration Services
6) Red gate (Third party paid tool) with C#

I hope this will help you.
 
Share this answer
 
Comments
[no name] 11-Nov-13 2:33am    
I want to update local server from remote server.
Like admin panel to client application database.
replication[^] is also another concept but it has some critical points just go through this link
 
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