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

how to insert data from one database table to another database table in sql server 2008
When i am using web database and local Database on my pc.
I want to get updated records from web sql server database into local database table
through Store Procedure.


what i have to do this?


Pls help me to resolve this problem.
Posted
Updated 9-Sep-13 20:59pm
v2

 
Share this answer
 
If the servers can see each other than you can do linked servers. However, based on your description it sounds like they can't. So, you'll want to write some code to get the data from the web server and then insert it into the new local database.
 
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