Stored Procedures on a NAV database?
Recently, I came across a customer, where a partner had implemented some Stored Procedures on a Microsoft Dynamics NAV 2017 database. Now, for any change on SQL level that comes to my ears, my first...
View ArticleDatabase Collations During Microsoft Dynamics NAV Upgrades
This blog post describes how collations might change during an upgrade from a Dynamics NAV 2009 database to Dynamics NAV 2013, why they change, and how to determine the destination collation. Today’s...
View ArticleHow to Backup and Restore NAV Database Using SQL Server
Data is one of the most valuable assets of any company. To ensure you keep your data safe, database backups are essential. After the release of NAV 2013 R2, Microsoft discontinued the NAV Database...
View ArticleNew Database Layout in NAV2018 when using Extensions
With Extensions v2 in Microsoft Dynamics NAV2018, fields are distributed across multiple SQL tables. In the example here, I have added a tableextension object that adds the “KOB Nummer” field to the...
View ArticleHow to connect SQL Server Management Studio to the NAV 2018 database on Docker?
Recently someone asked me how to connect SQL Server Management Studio to the database on a Docker image for NAV 2018. Before I could answer Jakub Vaňák already did and said: “Of course it is. If you...
View ArticleDatabase Replication – Part I
One of my reader had requested to write post on this topic. I have gone through some posts and prepared a step by step process to demonstrate how we can configure Database Replication in SQL. Bron :...
View ArticleDatabase Replication – Part II
This post is in continuation to my earlier post. Please check if you missed. Database Replication – Part I As committed in this post we will cover practical approach. Bron : KSD Consultancy Lees meer…...
View ArticleDatabase Replication – Part III
We will configure distribution at the Publisher and set the required permissions on the publication and distribution databases. If you have already configured the Distributor, you must first disable...
View ArticleSearch an entire NAV database with 10 lines of code
So a friend and I talked about how to search for data in NAV across all tables, and I said, I can do that in 10 lines of code. Bron : Hougaard.com Lees meer… Gerelateerde artikelen: Object search...
View ArticleHow To Use PowerShell To Refresh A Microsoft Dynamics Business Central On...
This article is only for on-premise installations of Business Central (BC). The cloud/SaaS version requires a completely different method of refreshing involving Sandboxes. The steps below might also...
View Article