TSQL: comma combination, transaction?

Posted by deerchao on Stack Overflow See other posts from Stack Overflow or by deerchao
Published on 2010-03-15T02:06:24Z Indexed on 2010/03/15 2:09 UTC
Read the original article Hit count: 350

Filed under:
|

Are these 2 statements below run in an implicit transaction?

select * from a; select * from b;

© Stack Overflow or respective owner

Related posts about tsql

Related posts about transactions