Antii
May 25, 2010, 1:43pm
1
Hi All,
First of all, sorry for my English :).
I have native database NAV 5.01 with LS Retail and I would like migrate this database to SQL 2008. Could you send me procedure how can I should do this?
On my trial server I migrate:
Backup native database
Create sql database
Restore native database to sql database
Best regards
Daro
stryk
May 25, 2010, 2:43pm
2
Hi Daro,
welcome to the “Dynamics User Group ” [<:o)]
Well, unfortunately migrating from “native” to SQL Server is not that easy … Have in mind there is an “Upgrade Toolkit ” available including a document which describes the requirements and “Do s & Don’t s ” in detail …
Also please search the forum and you’ll gent plenty of advices and recommendations!
Cheers,
Jörg
Antii
May 26, 2010, 1:19pm
3
Hi
Thank you for answer. Could you recommend me any books about implementation NAV and optimization database SQL of NAV?
Best regards
Darek
DaveT
May 26, 2010, 1:28pm
4
Hi Darek,
Have a look in the recommended book section link off the home page
I can highly recommend Joerg own book “The NAV/SQL Performance Field Guide ” for optimization
Hi Joerg,
You should consider adding this to the recommended book section link [;)]
DaveT
May 26, 2010, 10:29pm
6
… no Thank you, your book has help me numerious times [Y] [:D]
Antii
May 27, 2010, 3:25pm
7
Hi Jorg
Could you tell me which solution migration is correct:
I. solution
import object migration to native database
run codeunit 104010
import FIELDCHK.TXT
compile codeunit 104015
run codeunit 104015
make backup nativ database
create new sql database
restore native database to sql database.
or
II. solution
make backup nativ database
create new sql database
restore native database to sql database.
import object migration to native database
run codeunit 104010
import FIELDCHK.TXT
compile codeunit 104015
run codeunit 104015
Best regards
Darek