Here's what I currently have:
ServerA, dbA, spTestA
ServerB, dbB, spTestB
The spTestA looks at a table called tblA and the spTestB looks at a table called tblB.
In spTestA I want to set the field tblA.Notes as an output variable and send this to spTestB on the linked server (ServerB).
Once in spTestB I will then apply a function on this variable which will come in as an input variable and then return this as an output variable BACK TO spTestA which will then come back in as an input variable.
Is this possible to send this data across linked servers? Any ideas on how this is possible?
The reason for this is because ServerB allows UDF's whilst ServerA does not.
Any help would be appreciated!
ServerA, dbA, spTestA
ServerB, dbB, spTestB
The spTestA looks at a table called tblA and the spTestB looks at a table called tblB.
In spTestA I want to set the field tblA.Notes as an output variable and send this to spTestB on the linked server (ServerB).
Once in spTestB I will then apply a function on this variable which will come in as an input variable and then return this as an output variable BACK TO spTestA which will then come back in as an input variable.
Is this possible to send this data across linked servers? Any ideas on how this is possible?
The reason for this is because ServerB allows UDF's whilst ServerA does not.
Any help would be appreciated!