Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

distributed query not working in sqlserver 2012

$
0
0
I use Distributed queries and updating record in the DB2 database using sql server through addlinkedserver , it working fine when scope of the transaction not use in the query, can any one solve how to use distributed query BEGIN TRANSACTION;update [linkedservername].[database].[schema].[tablename] set DT_OF_BIRTH='1947-04-10',TEL_OFFICE='3353322'COMMIT TRANSACTION;Error Msg 7390The requested operation could not be performed because OLE DB provider "DB2OLEDB" for linked server "linkedservername" does not support the required transaction interface.RegardsMubashir

Viewing all articles
Browse latest Browse all 3145

Trending Articles