Home All Groups Group Topic Archive Search About

inserting data by linked server

Author
20 Nov 2007 5:01 PM
Roy Goldhammer
Hello there

I have two servers connected by linked server.

I'm trying to insert data on server2 from server1

Here is what i'm trying to run:
INSERT SVR2.db.dbo.Table1(Field1, Field2, Field3)
VALUES(1,2,3)

And i'm getting this error:

[OLE/DB provider returned message: Cursor operation conflict]

OLE DB error trace [OLE/DB Provider 'SQLOLEDB' IRowsetChange::InsertRow
returned 0x80040e23: Unknown provider error.].

what's wrong in my code:

AddThis Social Bookmark Button