Restore Database with PowerShell and create Tenants
In my latest blog in this PowerShell series I showed how to install Dynamics NAV on a remote or local computer with PowerShell. The next step is to create the databases. To prepare PowerShell I use...
View ArticleMy Dynamics NAV Database is Huge! What is using up all that space?
Maybe a disk drive is starting to get full. Maybe backups take too long to run. Whatever the reason, sometimes it’s nice to know what is using up all of that database space. There are two ways to...
View ArticleCreate a super user on a restored Dynamics NAV 2013 Database in SQL Script
Ever since Microsoft released Dynamics NAV 2013, there has been a discussion on the best way to create a user in a restored database. The problem is this: When a SQL backup is made and ported to a...
View ArticleCreate a super user on a restored Dynamics NAV 2013 Database
Ever since Microsoft released Dynamics NAV 2013, there has been a discussion on the best way to create a user in a restored database. The problem is this: When a SQL backup is made and ported to a...
View ArticleUpgrade NAV 2013 to 2013 R2 (database and code)
When upgrading from NAV 2013 to 2013 R2 is it now possible to do a technical upgrade. This process is different from the Classic process technical upgrade. When the initial upgrade finish of the...
View ArticleNAV 2013 R2 – How to Login in a Database Which have NO Companies?
With Release of NAV 2013 R2, we can create database from the Developer Environment but there is no option of creating company from Developer Environment. Due to this we have so many issues as Role...
View ArticleHow to bulk insert users in a NAV 2013 database?
You need to insert a lot of users to a navision 2013 database. First you select the users you want by running this commandline… Bron : M. van Etten Lees meer… Gerelateerde artikelen: Important...
View ArticleNAV Classic & RTC – How to Add Users in Database
I know most of us know this but its a post for the new Consultants. In this post we will see How to Add Users in the Database, so if you know how to do you can skip the post. Bron : Saurav Dhyani Lees...
View ArticleNAV 2013 R2 – How to Backup Selected companies – Powershell (Using SQL Database)
As discussed in earlier post, we will see how to take navision backup similar to .fbk file and restore it in a new database. In this post we will list down the steps to take backup using power-shell....
View ArticleHow-to login in any database (NAV 2013)
“You are not authorized to sign in” … Run this SQL script to login in any NAV 2013 Database (ex: After Restore) Bron : Around Dynamics NAV World Lees meer… Gerelateerde artikelen: NAV 2013 R2 – How to...
View ArticleHow to Compile a Database Twice as Fast (or faster)
Compiling a complete NAV database can take quite a while. Even on powerful development machines with a lot of CPU cores this is still the case – the development environment wasn’t designed for the...
View ArticleHow to change the collation on a Microsoft Dynamics NAV 2013 R2 database
Some significant changes have been introduced to the internal database structure for Microsoft Dynamics NAV 2013 R2 in order to support the powerful new Multitenancy functionality. These changes impact...
View ArticleHow Do I: Synchronize Database Schema Using Upgrade Codeunits in Microsoft...
This video demostrates how to synchronize database schema using upgrade codeunits in Microsoft Dynamics NAV 2015. Bron : Microsoft Dynamics NAV Lees meer… Gerelateerde artikelen: Upgrade Error – The...
View ArticleUsing Windows Powershell cmdlets to modify companies and databases
Have you been following the coffee break series of blog posts recently? Are you ready to start using Windows PowerShell? If you do not want to get started on your own development database, how about...
View ArticleKey impact on database size
I am not sure about the article that i am writing that i Should Write it or not. The area that i am about to discuss is something where i am a newbie and would like to explore the area. The Reason...
View ArticleBuilding a clean database – remove not licensed objects
I just got a question from a client; Gunnar, Do you have a “King Kong” license that will allow you to delete any object? It appears our development license does not have the rights to some of the newer...
View ArticleScript Search for a string in “all tables” of SQL Server Database
Good & Fast Script to search for a string in “all tables” of SQL Server Database, very useful with NAV Databases too (to find data FAST in each database\company, no C/AL Code or powershell commands...
View ArticleHow to Back Up and Restore a Dynamics NAV 2015 Database Using SQL and PowerShell
Several weeks before our customer’s go-live of Microsoft Dynamics NAV 2015, users were vigorously testing NAV as we were ironing out the specifics of the customer’s desired configurations. During this...
View ArticleDatabase function
EXPORTDATA Function (Database) Exports data from the Microsoft Dynamics NAV database to a file. The data is not deleted from the database. Syntax [Ok:=] EXPORTDATA(ShowDialog, FileName[,...
View ArticleDatabase Schema Synchronization
Microsoft Dynamics NAV 2015 introduces several improvements to the table schema synchronization process that improve performance and make it more explicit and controllable. The improvements give you...
View Article