Table of Contents

Transaction Scope

Sets a Transaction Scope ensuring all SQL operations either succeeds, or fails.

img

Properties

Name Type Description
Title Optional The descriptive title of the action.
Timeout (sec) Optional The transaction scopes timeout in seconds.
Isolation level Optional Specifies the transaction isolation level. The default is Serializable.
Description Optional

Videos / Getting started

This section contains videos to help you get started quickly working with Azure SQL / SQL Server using Flow.


Dump CSV file from Azure Blob container to Azure SQL table

This video demonstrates how to import all records from a CSV file into an Azure SQL table.
In the demo, no data import options (such as data type conversion, number or date formatting) are specified, meaning the data is imported as raw text.