Showing tag results for Developers

Jun 4, 2020
Post comments count2
Post likes count0

Improve JDBC application reliability with Azure SQL and connection pooling

Silvano Coriani
Silvano Coriani

A growing number of Azure SQL Database customers are developing new applications in Java using a JDBC driver from Microsoft or a 3rd party. These drivers are providing quite extensive support and covering most of database service capabilities and performance expectations but there are a couple of areas that deserve some attention.

Azure SQL
May 28, 2020
Post comments count0
Post likes count0

Optimize Azure SQL Upsert scenarios

Silvano Coriani
Silvano Coriani

Customers often need to move a dataset from a source system into a new destination, inserting rows that doesn't exist in a target table and update those that already exists. With this technique, we've been able to reduce the time needed to upsert a dataset of 2M rows against a target table with 30M rows from 20 hours to 20 minutes. 

Azure SQL
May 20, 2020
Post comments count5
Post likes count1

DevOps for Azure SQL

Arvind Shyamsundar
Arvind Shyamsundar

DevOps is a broad term with multiple technology and process options at hand. Read this post for an overview of what DevOps for Azure SQL means, and review some options for tools and processes to use.

Azure SQLDevOps
Apr 25, 2020
Post comments count11
Post likes count0

10 reasons to use Azure SQL in your next project

Davide Mauri
Davide Mauri

There are many database technologies available on Azure that you can choose from. Why would you use Azure SQL? Let me show you why, using just 10 simple points: from JSON support to ColumnStore, through Geospatial and Temporal queries, Non-Blocking transaction, Encryption and Row-Level Security and the amazing Intelligent Query Optimizer.

Azure SQL