Hi,
I have a linked server and needed to resolve a performance issue with one of my SP's as it was performing a join direct with a linked server table.
Having investigated, it seems the preferred approach is to use a pull method, by calling an SP on the linked table and importing the result to a temp table and then performing the join against the temp table.
After faffing around creating the new SP and re-writing the old one, plus recreating the linked server as I seemed unable to edit the RPC OUT setting needed to call the linked server's SP, I am now getting the following error...
What does this mean? I had a quick search and there seems to be some mention of MSDTC, but before I rush of changing, installing or configuring anything, I'd appreciate some input as to what I might need to do.
Many thanks,
1DMF.
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
I have a linked server and needed to resolve a performance issue with one of my SP's as it was performing a join direct with a linked server table.
Having investigated, it seems the preferred approach is to use a pull method, by calling an SP on the linked table and importing the result to a temp table and then performing the join against the temp table.
After faffing around creating the new SP and re-writing the old one, plus recreating the linked server as I seemed unable to edit the RPC OUT setting needed to call the linked server's SP, I am now getting the following error...
OLE DB provider "SQLNCLI10" for linked server "Members" returned message "The partner transaction manager has disabled its support for remote/network transactions.".
What does this mean? I had a quick search and there seems to be some mention of MSDTC, but before I rush of changing, installing or configuring anything, I'd appreciate some input as to what I might need to do.
Many thanks,
1DMF.
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music