Azure SQL Adapter
Microsoft Azure SQL Database is a general-purpose relational database, provided as a managed service. With it, you can create a highly available and high-performance data storage layer for the applications and solutions in Azure.
It's based on the latest stable version of the Microsoft SQL Server database engine. You can use
advanced query processing features, such as high-performance in-memory technologies and intelligent
query processing. In fact, the newest capabilities of SQL Server are released first to SQL Database,
and then to SQL Server itself. You get the newest SQL Server capabilities with no overhead for
patching or upgrading, tested across millions of databases.
- Authenticating connections
- Password based method is used for authentication.
- Use Microsoft Azure SQL adapter as a source to:
- Fetch data through table.
- Execute a procedure.
- Execute a query.
- Use Microsoft Azure SQL adapter as a target to:
- Insert or update data into the table.
- Execute a procedure.
- Execute a query.
- Execute DML commands.