I'm learning about distributed query and using SQL Server 2008 to practice.
I got data from the linked server successfully via OPENROWSET statement.
Now I want to wrap some data modification statements in a transaction and execute at linked server. How do I do? Is this transaction same with the transaction at local server?
Moreover how do I implement security settings to prevent someone get password login to linked server? The password is a parameter of the sp_addlinkedsrvlogin procedure.