Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

execute 'Dynamic querie1' is a transaction ?

$
0
0
HiI have this command :Exec 'update .... insert ..... delete ..... insert ...'I Execute these command in one execution. exec ('...')Are these commands act as a transaction ?If one of them create error , another commands run or rull backed?(I test : If all right , All run without problem. If one of them raise error , nothing run)is this right for all conditions?

Viewing all articles
Browse latest Browse all 6525

Trending Articles