I am trying to find a way to copy data from one table in SQL Server 2008 to another table in SQL Server 2005. I want to perform this on a daily basis.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You created a linked server, than you can retrieve data from linked server and
insert to source . Than you create a job that will do it .
You can right click on database and then click import/export (SSIS) . SQL will create a package,that you can view as a script and to run it as job