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

I am using SQL server 2008. I have a requirement to transfer data from a one database to another database tables which are in the same server. But the login credentials for each of the database is different. This task need to be done monthly basis. Which is the best approach? SQL job or DTS package? Please suggest any good article for this problem.
Posted

1 solution

Follow the steps below:

1.Use SQL server Export Import wizard. There you will have facility to connect different server with different userid, password.
2.At the last window of the package you will have a provision to save your works as a SSIS package(DTS is no longer available from SQL 2005).
3.Schedule the the SSIS package to execute monthly basis using SQL Agent Job.

Hope it will helpful.
 
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