Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hello,

I want to Upload Data from Selected tables of a selected database to Remote SQL Server from Local SQL Server daily at the end of the Day..
Please suggest a suitable solution.

Thanks and Regards.

Deepak
Posted

1 solution

You could use tools like (in no order):
- Export Import Wizard[^]
- bcp[^]
- create a linked server[^] and transfer the data using for example a custom procedure
- use SSIS[^]

The list isn't complete but gives some possibilities.
 
Share this answer
 
v2

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