Skip to main content

Copy Navision Data Between Databases using SQL Server


Hi all,

Microsoft SQL Server has an import and export wizard that assists you in copying Navision data from one database to another. This import and export wizard is available in any version of SQL Server, and it lets you copy tables, data, functions and other database objects. This is beneficial when you want to move your Navision data to a faster server for better querying performance.



Steps to Perform -

1. Click the Windows "Start" button and select "All Programs." Click "SQL Server" and select "SQL Server Management Studio" to open the database configuration software.

2. Right-click the database server name and select "All Tasks." Click "Export Data" to start the wizard. Click "Next" on the first window to move to the configuration setup.

3. Click "Next" in the "Data Source" window. The wizard automatically places the current SQL Server information in the text boxes for you. In the next window, type the name of the target database where you want to send the Navision information. Click "Next."

4. Select the first option labeled "Table(s) and view(s) from the source database." Click "Next." The next window shows all the available Navision tables. Click the "Select All" option to choose all of the tables and click "Next."

5. Click "Next" until you reach the final window. Click "Finish" to start copying the data. It takes several minutes to copy all of the data, depending on the size of your tables.

Thanks & Regards
Saurav Dhyani
http://saurav-nav.blogspot.in/

Comments

  1. Hi,
    About an error that you have
    "The database compatibility level 90 is too low for this version of the Microsoft Dynamics NAV Development Environment.Change the compatibility level to 100 before reopening the database."

    I think this is a SQL server Requirement not NAV problem, if your compability level is 90 you are using a database created in SQL 2005. if you already are working with SQL 2008 you can change the compability level of a database under the database options

    ReplyDelete

Post a Comment

Popular posts from this blog

Dynamics NAV - All that you need to know about MenuSuites.

Hi Readers, This article is based on a request from a blog reader who wanted to understand about MenuSuite in Dynamics NAV. If you have started working with Business central with AL Code then it does not apply to those releases but if you are interested go ahead. Let's start with Future - In Latest and greatest version of product MenuSuite are obsolete and no longer used. So this article applies if you want to learn about C/AL MenuSuite.

How to Set Up NavUserPassword Authentication in Business Central.

Hi Readers, In this article we will discuss steps to Setup NAVUserPassword in Business Central on-prem. NavUserPassword is an authentication method that's handled by Business Central Server, but isn't based on Windows users or Active Directory. Each user is set up with a username and password that's configured inside Business Central only. The user is prompted for username/password credentials when they start the client. #msdyn365bc, #credentialtype

Microsoft Dynamics NAV 2016 - How to Configure Phone Client.

Hi All, In this article we will discuss how we can connect Microsoft Dynamics NAV 2016 with New Client Launched i.e. Phone Client. This Article Contain Steps for a Android Phone as I have Only Android Phone. I am doing it having all tiers on my windows 8 machine, steps remain same for multiple servers but issues might be different. What we Need (Other what we discuss in this article) -  The Service Tier should be on Public IP . Some of the Data-card does not Provide you Public IP. check it for sure.