Copy Data of Setups and Masters Tables from one data base to another

vivek4121vivek4121 Member Posts: 165
Hi All,

We need to copy the setups and masters tables data from one data base to another in NAV 2015.

Can we have any other approach apart from the Rapid start configuration packages to import and Export data? As we have around 400 tables which we need to migrate.

Thanks in advance!!

Comments

  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    1) Backup + restore + delete all but master tables
    2) custom code exporting/importing from master tables - it would not differ that much from using Rapid Start
    3) Use Rapid Start but create required configuration using code
    4) using SQL Import/Export wizard or other tools (bcp?)
    5) Copy + Paste (just kidding)

    Slawek
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • David_SingletonDavid_Singleton Member Posts: 5,479
    ...
    3) Use Rapid Start but create required configuration using code
    ...
    Slawek

    Have you tried this option? How effective is it?
    David Singleton
Sign In or Register to comment.