Lesson Learned #478: Identifying TLS Version Using Azure SQL Auditing

Today, we worked on a service request where our customer needs to know the TLS version that their application are using. 
 
Thanks to Azure SQL Auditing, we have the ability to access highly valuable information for our day-to-day work. We ca… Continue reading Lesson Learned #478: Identifying TLS Version Using Azure SQL Auditing

Lesson Learned #477:NEXT VALUE FOR function cannot be used if ROWCOUNT option has been set

In the realm of SQL Server, certain combinations of commands and functions can lead to unexpected conflicts and errors. A notable example is the conflict between the NEXT VALUE FOR function and the ROWCOUNT setting. This article aims to dissect the nat… Continue reading Lesson Learned #477:NEXT VALUE FOR function cannot be used if ROWCOUNT option has been set

Lesson Learned #476:Identifying Sleeping Sessions with Open Transactions in Azure SQL Database

In SQL Server environments, managing session states and transactions is key to ensuring optimal database performance. A particular challenge arises with sessions in a ‘sleeping’ state holding open transactions for extended periods. These sessions, whil… Continue reading Lesson Learned #476:Identifying Sleeping Sessions with Open Transactions in Azure SQL Database

The Power of Video Moderation of Azure AI Content Safety

Introduction
In today’s digital age, the influx of user-generated content, especially videos, has been immense. With this surge comes the challenge of ensuring these videos adhere to community standards and do not propagate harmful content. This is whe… Continue reading The Power of Video Moderation of Azure AI Content Safety

QTip: Configure Azure SQL DB to receive alert when failover occurs in failover group or geo replica

In Azure SQL DB is possible to configure alert to receive a notification when failover happens in failover group or geo replica
Basically you need to configure activity log to send data to some destination in this case workspace will be used
 
Azu… Continue reading QTip: Configure Azure SQL DB to receive alert when failover occurs in failover group or geo replica