inserting to a local table from a linked stored procedure
问题 I have a sproc that is called from .net code which does an update on a local table and then is supposed to insert to a different local table values that are obtained from a remote procedure call to a linked server. I get this error message every time I try to insert the results from the linked server. If i take out the insert into statement, but leave the remote procedure call in place, it works fine. Here is the error: System.Data.SqlClient.SqlException: The operation could not be performed