SteelCityFan
Programmer
I'm new to SQL Server and DTS (I was an Oracle guy). My problem should be simple for someone who has done this for a little while.......and any help would be greatly appreciated.
This is my problem:
I am writing a DTS package that pulls data from a production database into a local database. The databases have the same name but they are on different servers. How can I reference both connections in one SQL statement. I am using the "Transform Data" task. I need to transfer some data from the "Source" connection to the "Destination" connection, but I need to look for some values in the "Destination" connection before I do this.
Basically, I don't know how to do it or if I'm even on the right path.
I would realy appreciate any help - thank you!
This is my problem:
I am writing a DTS package that pulls data from a production database into a local database. The databases have the same name but they are on different servers. How can I reference both connections in one SQL statement. I am using the "Transform Data" task. I need to transfer some data from the "Source" connection to the "Destination" connection, but I need to look for some values in the "Destination" connection before I do this.
Basically, I don't know how to do it or if I'm even on the right path.
I would realy appreciate any help - thank you!