Dynamics 365 Business Central 2023 Wave 1 release (version 22) officially supports SQL Server 2022. This means that you can … More
Category: SQL
Dynamics 365 Business Central, Azure SQL and Optimized Locking
Optimized locking is a new Azure SQL database engine feature recently announced that drastically reduces lock memory and the number … More
Dynamics 365 Business Central and bulk inserts
Today I’ve discovered that not everyone knows how Dynamics 365 Business Central (but also Dynamics NAV) handles inserts on the … More
Dynamics 365 Business Central: DataTransfer on upgrades and performances
At the beginning of September 2022 I wrote this post introducing the new DataTransfer data type (available from Business Central … More
Dynamics 365 Business Central: are you doing cloud data migration? Please sanitize your database before doing it.
I’ve decided to write this quick post after having spent some hours on supporting a partner in order to discover … More
Dynamics 365 Business Central: new indexing features on 2021 Wave 2 release
Dynamics 365 Business Central 2021 Wave 2 release (version 19) introduces some new indexing features that you can use on … More
Dynamics 365 Business Central on-premise and SQL on Azure VM: reducing storage costs
If you search on my blog, I’we written in the past a lot of articles with suggestions and best practices … More
Dynamics 365 Business Central: SetLoadFields performances with reference passing or value passing parameters
I’ve written in the past some posts with tips on how to write code for performances and how to be … More
Securing your Azure SQL Database with a private endpoint
Some days ago I discussed with some partners the architecture of a possible datawarehouse system for external BI analysis connected … More
Dynamics 365 Business Central: point in time restore of a Production environment
Yesterday Microsoft has officially released one of the most requested feature for the Dynamics 365 Business Central SaaS environment: point … More
Auto-scaling your Azure SQL database with Logic Apps
I think that you know that I’m a huge fan of using Azure SQL database for your workloads in the … More
Read-scale out with Azure SQL and Dynamics 365 Business Central
In the last month I had the chance to test the read-scale out feature of an Azure SQL Database with … More
My session at Global Azure Bootcamp 2020: 15 tips to follow when deploying Azure Functions to production
Thanks to all the attendees that followed my session yesterday at Global Azure Bootcamp 2020. We saw 15 tips that … More
Azure SQL Serverless tier: a way to save cost for your workloads in the cloud
When going to the cloud, saving costs while maximizing performances is always a goal to reach but sometimes also not … More
Dynamics 365 Business Central and data compression
Yesterday Kennie Nybo Pontoppidan (from the Dynamics 365 Business Central Team) asked us an interesting question: do you use data … More
LinkedObjects on Dynamics 365 Business Central: be careful now!
One of the common (and basic) way to create integrations between systems in Microsoft Dynamics NAV in the past was … More
Creating an Azure SQL Database backup via Powershell
I have several Azure SQL databases (mainly Microsoft Dynamics NAV databases) on different Azure subscriptions and often I need to … More
Dynamics 365 Business Central Wave 2: on-premise and direct SQL integrations
Do you remember this post? I wrote it long time ago to explain what happens on SQL Server when you … More
Azure SQL Elastic Pools: a way for saving costs with your Microsoft Dynamics ERP databases in the cloud
I’ve written a lot in the past about how you can move your existing on-premise Microsoft Dynamics NAV / Dynamics … More
Dynamics 365 Business Central on-premise performances to the max with Azure SQL Database Hyperscale
When you’re start implementing Dynamics 365 Business Central on-premise (because you’re not ready for the SaaS now), one of the … More
Moving an on-premise Dynamics 365 Business Central database to Azure SQL via Powershell
If I have an on-premise installation of Dynamics 365 Business Central, can I move my database from a local SQL … More
Using SQL Data Sync with Microsoft Dynamics NAV on-premise and Azure SQL Database
In many Microsoft Dynamics NAV implementations we have situations where the NAV database is often “coupled” with a second database … More
Backup your NAV on-premise database to Azure Blob Storage
In these days we had an internal discussion with our marketing department in order to increase the Azure adoption of … More
Microsoft Dynamics NAV on Azure: SQL Server on Azure VM best practices
When talking about Microsoft Dynamics NAV installed on Azure, we have mainly two choices: use an Azure VM with SQL … More
GDPR: Data Classification for on-premise SQL databases
We’ve talked some days ago about the new Azure SQL feature (actually in preview) regarding data discovery and classification, in … More
Azure SQL and Information Protection (GDPR)
I’m talking a lot on this blog about Azure SQL and its usage as a PaaS database engine for many … More
Microsoft Dynamics NAV on Azure SQL: performance tuning
In the previous days, we’ve discussed a serie of benefits of using Azure SQL Database with NAV if you’re planning … More
Azure SQL needs more consideration with NAV
When deploying a solution architecture with Microsoft Dynamics NAV as the ERP of your choice, you already know that the … More
New book: Building ERP solutions with Microsoft Dynamics NAV
Today is THE DATE! After 9 months of work, we’re ready to go: my new book Building ERP solutions with Microsoft … More
New book: Building ERP solutions with Microsoft Dynamics NAV (ITA version)
Ebbene si… ora è ufficiale e possiamo divulgare al mondo la notizia 🙂 Dopo 9 mesi (praticamente un parto!) di … More
SQL Server backup on cloud
In my daily work I see different types of Microsoft SQL Server installations and different types of IT managers that … More
Google BigQuery: and Microsoft?
Google BigQuery is really a fascinating technology for big data analysis. In short terms BigQuery enables super-fast, SQL-like queries against … More