Should i use transaction for single Select, Insert, Update, Delete statements in SQL Server? -


should use transaction single select, insert, update, delete statements in sql server?

could useful in case need avoid phantoms, dirty reads or other issues those. depends on framework you're using perform such operations, in simple scenario (one single workflow) transactions not needed


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -