Azure Stream Analytics now supports Azure SQL Database as reference data input
Reference data is a dataset that is static or slow changing in nature which you can correlate with real-time data streams to augment the data. Azure Stream Analytics leverages versioning of reference...
View ArticleWe are moving!
This blog is in the process of being migrated to one of the new consolidated SQL Server and Azure SQL Database blogs on the Microsoft TechCommunity website. Once the migration is complete, we will post...
View ArticleMeasuring file io performance on Managed Instance using QPI
Checking file performance and comparing performance characteristics between SQL Server database engines in Azure cloud and your on-premises environment might be tricky and require some better knowledge...
View ArticleReduced recompilations for workloads using temporary tables across multiple...
SQL Server 2019 introduces several performance optimizations which will improve performance with minimal changes required to your application code. In this blog post we’ll discuss one such...
View ArticleAnalyzing wait statistics on Managed Instance
Wait statistics are information that might help you understand why the query duration is long and identify the queries that are waiting for something in database engine. In this post, I will show to...
View ArticleSending resource alerts on Managed Instance using db_mail
One of the biggest issue that you might experience in Managed Instance is reaching storage limit or finding out that you don’t have enough CPU. In this case you would need to get the bigger instance;...
View ArticleMonitor local storage usage on General Purpose Azure SQL Managed Instance
Azure SQL Managed Instance has predefined storage space that depends on the values of reserved storage and vCores that you choose when you provision the instance. In this post you will see how to...
View ArticleRunning Azure CosmosDB queries from SQL Server using ODBC driver
Azure CosmosDB provides ODBC driver that enables you to query CosmosDB collections like classic databases. In this post you will see how to query CosmosDB collections from Sql Server using...
View ArticleIdentify log write limits on Azure SQL Managed Instance using QPI library
Azure SQL Managed Instance is fully managed SQL Server instance hosted in Azure cloud. Managed Instance introduces some limits such as max log write throughput that can slow down your workload. In this...
View ArticleOur new Azure SQL Database blog site is live
Follow us in our new blog site going forward: https://techcommunity.microsoft.com/t5/Azure-SQL-Database/bg-p/Azure-SQL-Database... Read more
View Article