Options

Data migration SQL

AngeloAngelo Member Posts: 180
edited 2008-01-31 in SQL General
May I just use attach and detach database Nav for migration SQL from sql standard edition to enterprise edition?

rgds,
Angelo

Comments

  • Options
    kinekine Member Posts: 12,562
    Yes, but do not forget to migrate users too (I assume that detach/attach is not working with master database...) :-)

    And I am not sure, but may be there is some "upgrade path" to install Ent. version over standard one...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    AngeloAngelo Member Posts: 180
    Kine,

    so, what the normal we have to do for migrating sql version if using attach/detach database is not good? backup and restore? backup from navision or sql?

    Pls advice....

    rgds,
    Angelo
  • Options
    kinekine Member Posts: 12,562
    I am not saying "it is not good". It is good and common, but you need to think about all the data which are in master DB and it means to migrate the users somehow too... and which version of SQL you are using/you will be using? SQL 2005 has tools for migrating users.

    You can read more in the MS SQL documentation under topic "upgrading SQL Server" (for SQL 2005) and "upgrading SQL Server, edition upgrades" (for SQL 2000). In the supported scenarios the upgrade process will do everything for you and you do not need to detach/attach the databases.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    bbrownbbrown Member Posts: 3,268
    If you are upgrading the same server, you can simply install the Enterprise Edditon right on top of the Standard Edition.
    There are no bugs - only undocumented features.
  • Options
    AngeloAngelo Member Posts: 180
    bbrow,
    Yes, still in same server.
    Do you mean I shouldn't remove old edition of sql and just install enterprise edition directly?
  • Options
    idiotidiot Member Posts: 651
    The tried & tested way
    1. Use a script to export all the users out
    2. Detach database
    3. Uninstall SQL server
    4. Install SQL server & apply patch
    5. Use a script to import previously exported users
    6. Attach database
    7. Synchronise
    NAV - Norton Anti Virus

    ERP Consultant (not just Navision) & Navision challenger
  • Options
    bbrownbbrown Member Posts: 3,268
    There is no difference in the database between standard and entreprise editions. You do not need to detach and re-attach them.
    There are no bugs - only undocumented features.
  • Options
    krikikriki Member, Moderator Posts: 9,090
    [Topic moved from Navision forum to SQL General forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.