RS First Dynamics NAV Blog


...from NAV 3.60 to NAV 2013
Archivio Posts
Anno 2015

Anno 2014

Anno 2013

Anno 2012

Anno 2011

Anno 2010

Anno 2009

Anno 2008

Anno 2007

How to restore a native Navision db to sql server

interessante  articolo su come ripristinare un db Nav su Sql Server

When moving from the "native Navision" database to use SQL Server the way is to create a Navision backup and restore this into SQL Server.

But if you are restoring a very large Navision backup then it will be something that will take a very long time, even for a strong SQL Server. When Navision handles such a "native" restore it is doing it as one huge transaction, thus causing super-load on the SQL Server. For each company the table-objects have to be created, and their related indexes and SIFT/VSIFT structures.This all is causing tremendous write transactions, so also a powerful disk-subsystem is essential. RAID5 is actually an absolute NO GO for databases, especially for the Transaction Log file.

To reduce the "single impact" on the SQL Server, you could also proceed like this:Preparation: SQL Database: "Recovery Model" SIMPLE.

The "Security Model" should be "Standard" (anyway).

Native DB: Export all Tables into a FOB

Native DB: For all NAV Keys set "MaintainSQLIndex" and "MaintainSIFTIndex" to FALSE (except for the clustered index; this could be done with a few lines of C/AL code, modifying table 2000000067 "Key" or manually just for the most important/large tables)

Native DB: Create the native Backup (FBK)

SQL DB: Restore the FBK (maybe not all companies at a time) - only the table objects have to be created but no indexes and SIFT/VSIFT

SQL DB: Import the FOB from Step 1; maybe large tables alone (one by one) - this will create the indexes/SIFT/VSIFT; but after each import-batch you could commit, thus reducing the load on the system

Also you should be running the Navision client directly on the SQL Server while doing this. You can remove it again after the restore.

http://dynamicsuser.net/wikis/navdev/how-to-restore-a-native-navision-database-to-sql-server.aspx

Categoria: Dynamics NAV ALL
mercoledì, 23 dic 2009 Ore. 16.04
Statistiche
  • Views Home Page: 451.359
  • Views Posts: 863.776
  • Views Gallerie: 0
  • n° Posts: 343
  • n° Commenti: 0
Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003