SQL Server Merge statement issue
Posted
by George2
on Stack Overflow
See other posts from Stack Overflow
or by George2
Published on 2010-04-28T14:16:20Z
Indexed on
2010/04/28
14:23 UTC
Read the original article
Hit count: 271
sql-server-2008
|tsql
Hello everyone,
I am learning and using SQL Server 2008 new Merge statement, merge statement will compare/operate source table and destination table row by row ("operate" I mean operations performed for when matched or not-matched conditions). My question is whether the whole merge process will be one transaction or each row comparison/operation will be one transaction?
Appreciate if any document to prove it.
thanks in advance, George
© Stack Overflow or respective owner