Whenever I run a query similar to this one trying to update a table in another server:
update serverxyx.dbxyz.dbo.tablexyz set field2xyz=1 where field2xyz=abc
I get this error:
Server: Msg 7346, Level 16, State 2, Line 1
Could not get the data of the row from the OLE DB provider 'SQLOLEDB'.
[OLE/DB provider returned message: Row handle referred to a deleted row or a row marked for deletion.]
Has anyone come up with this before? Is there any workaround? Or what am I doing wrong?
Thanks in advance for your help.
update serverxyx.dbxyz.dbo.tablexyz set field2xyz=1 where field2xyz=abc
I get this error:
Server: Msg 7346, Level 16, State 2, Line 1
Could not get the data of the row from the OLE DB provider 'SQLOLEDB'.
[OLE/DB provider returned message: Row handle referred to a deleted row or a row marked for deletion.]
Has anyone come up with this before? Is there any workaround? Or what am I doing wrong?
Thanks in advance for your help.