Is it possible in sql to have one transaction which will work with many databases? I didnt find answer surfing the net(((
Asked
Active
Viewed 34 times
0
-
try this: http://stackoverflow.com/questions/17479201/would-transaction-work-across-multiple-db-in-the-same-sql-server-if-so-is-this – Maximilian Ast Feb 26 '15 at 14:53
-
I meant different SQL servers))) – ovod Feb 26 '15 at 15:01
-
than Distributed Transactions could help you http://redmondmag.com/articles/2014/02/27/sql-server-distributed-transactions.aspx – Maximilian Ast Feb 26 '15 at 15:03