Blog Alert!
This time on my experiences with the DP-800 offical Learn documentation
#MicrosoftLearn
#DP800
#SqlServer
#AzureSql
#MicrosoftFabric
#Certifications
#AI
http://sqlreitse.com/2026/06/08/dp-800-first-microsoft-learn-experiences/
Blog Alert!
This time on my experiences with the DP-800 offical Learn documentation
#MicrosoftLearn
#DP800
#SqlServer
#AzureSql
#MicrosoftFabric
#Certifications
#AI
http://sqlreitse.com/2026/06/08/dp-800-first-microsoft-learn-experiences/
Azure Data Studio è in pensione: migra il tuo workflow Azure SQL su VS Code in 10 minuti
Azure Data Studio è andato in pensione e il supporto è terminato. Ecco come migrare il tuo workflow Azure SQL su Visual Studio Code in pochi minuti: importa connessioni, ripristina F5, e configura SQL Database Projects per deploy sicuri.Announcing SQL Server Management Studio 22.5 | by Erin Stellato
Blog Alert!
Part 2of 3 on the Data API Builder MCP (preview) functionality. This time on getting it to run on Azure Container Apps connecting to Azure SQL.
#sqlserver
#azuresql
#mcp
#dab
#ai
#microsoftfoundry
#visualstudiocode
#copilot
http://sqlreitse.com/2026/02/25/sql-and-mcp-azure-sql-edition/
Blog Alert!
Part 1 of 3 on the Data API Builder MCP (preview) functionality. This time on design and installation.
#sqlserver
#azuresql
#mcp
#dab
#ai
#microsoftfoundry
#visualstudiocode
#copilot
http://sqlreitse.com/2026/02/24/sql-azure-sql-and-mcp-the-introduction/
Now Available by Popular Demand: GitHub Copilot in SSMS (Preview)
Data API builder 1.6: Advanced Behaviors with Special HTTP Headers | by Jerry Nixon
https://devblogs.microsoft.com/azure-sql/data-api-builder-16-http-headers/
I'm always surprised by how slow Azure databases are, compared to actual/local installations ..... makes realistic testing very difficult unless on a carbon-copy of production.
Queries and inserts that run in seconds or less when local/dedicated, takes minutes on staging/prod.
I know, I know - you get what you pay for, but it's danged hard to find actual numbers for anything.
Using the new SqlVector type with EF Core and Dapper | by Davide Mauri
https://devblogs.microsoft.com/azure-sql/using-the-new-sqlvector-type-with-ef-core-and-dapper/
Azure SQL vector support has been generally available for a few months now, and the ecosystem is quickly evolving to make working with vectors in your applications as seamless and efficient as possible. With the release of Microsoft.Data.SqlClient 6.1, developers can now take advantage of binary transport for vector data via the new SqlVector class. […]