Showing results for Performances - Azure SQL Devs’ Corner

Sep 14, 2020
5
0

Fast loading data into Azure SQL: a lesson learned.

Davide Mauri
Davide Mauri

I'm preparing a series of post and samples on how to properly load data into Azure SQL using Azure Databricks / Apache Spark that I will start to publish very soon, but I realized today that there is a pre-requisite that in many cases, especially by developers new to the data space, is overlooked: good table design. Wait! If you're not a Apach...

Azure SQLBig DataApache Spark
Jun 19, 2020
13
0

Microsoft.Data.SqlClient 2.0.0 is now available

Davide Mauri
Davide Mauri

Microsoft.Data.SqlClient version 2.0.0 has been released, with several interesting features. Make sure you check it out if you are a .NET developer and you are using Azure SQL or SQL Server in your solutions. Microsoft.Data.SqlClient is the new, open source, official data access library that replaces System.Data.SqlClient

Azure SQL