December 10, 2008 at 9:24 am
INSERT INTO "Farmers Office Link"...report
SELECT * FROM Report
returns the following:
Server: Msg 7390, Level 16, State 1, Line 1
The requested operation could not be performed because the OLE DB provider 'MSDASQL' does not support the required transaction interface.
OLE DB error trace [OLE/DB Provider 'MSDASQL' IUnknown::QueryInterface returned 0x80004002].
Does this indicate a problem with the Linked Server setup? The connection works with just a SELECT * from.. statement.
December 10, 2008 at 10:08 am
isnt it true that for a linked server, you have to enumerate the columns you are inserting into?
i thought i tripped over that issue before;
INSERT INTO "Farmers Office Link"...report(col1,col2,col3)
SELECT * FROM Report
Lowell
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply