Blame | Last modification | View Log | Download
These are the steps followed by me.1. Created Linked Server with the Server Type as ‘SQL Server’A. provided the following in the security tabi. Local Loginii. Remote loginiii. Remote Passwordiv. Selected Be made using this security context option andprovided Remote Login & Remote PasswordB. Provided the following in the server optionsi. Checked data accessii. Checked RPC Iniii. Checked RPC Out2. Checked “Enforce Distributed Transaction” in the source serverunder Server Properties -> Connections3. Started Distributed Transaction Coordinator is both the serversEnabled Network DTC Access under Control Panel -> AdminstrativeTools -> Component Services -> Computers -> My Computer. Rightclick My Computer and go to properties, Go to MSDTC. Click onSecurity configuration. Check Network DTC Access, Allow Inboundand Allow Outbound in both the source and target and restartedboth the server (I mean the server and not sql server)4. Then executed the query. Before I executed the query, I did SETXACT_ABORT ON