Lesson Learned #180: Creating a retry-logic for TSQL command execution.

As you know, one of the recommendations that we have in Azure SQL Database is to have a connection retry-logic, however, I would like to share with you other recommendation for command execution.
 
I developed the following piece of code that rece… Continue reading Lesson Learned #180: Creating a retry-logic for TSQL command execution.

Lesson Learned #179: Why is important to have a correct command execution error handling?

Today, I would like to share with you an important recommendation about command execution error handling that applies for all the software  languages.
 
I developed a C# application that will run around 200 TSQL operations. This TSQL operatio… Continue reading Lesson Learned #179: Why is important to have a correct command execution error handling?

Sea of Thieves fans: Toast the passing of another year with Grogmanay

From Dec. 27 to Jan. 11, Sea of Thieves players can grab a grog (OK, three) and unlock unique cosmetics and more as part of Grogmanay.

“For this year’s event, the Bilge Rats want the

The post Sea of Thieves fans: Toast the passing of another year with Grogmanay appeared first on Windows Blog.

Continue reading Sea of Thieves fans: Toast the passing of another year with Grogmanay

Extracting SAP data using OData – Part 7 – Delta extraction using SAP Extractors and CDS Views

Before implementing data extraction from SAP systems please always verify your licensing agreement.

 
Seven weeks passed in a blink of an eye, and we are at the end of the Summer with OData-based extraction using Synapse Pipeline. Each week … Continue reading Extracting SAP data using OData – Part 7 – Delta extraction using SAP Extractors and CDS Views

Learning from Expertise #6: Where is my server storage taken – Azure MySQL?

Overview:
We sometimes see customers asking questions related to a discrepancy between the server storage usage and their expectations on the actual data usage. In this blog we will go through what can cause that and how to overcome from this situation… Continue reading Learning from Expertise #6: Where is my server storage taken – Azure MySQL?