Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSIS Query from Server A to Server B with Function

Status
Not open for further replies.

03Explorer

Technical User
Sep 13, 2005
304
US
Server A has SQL server 2000
Server B has SQL Server 2008

I have a query I have that works for Gathering data from Server A. What I want to happen is populate that output data into Server B, but with one change. Instead of direct output from A into B, I want to run a function on server B to change one field and store the new value (after function).

How and where can I find to change the SSIS package from directly importing Server A data into Server B, but use SQL code instead that incorporates the function?

Thanks
 
Would a trigger on Server B as the data is "inbound" be better suited for your needs?

--------------------------------------------------
Stubbornness is a virtue -- if you are right. --Chuck Noll
--------------------------------------------------
 
I am not versed in the topic or how to work with inbound trigger on Server B... I will Google that topic. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top