Navision2.6 and SQL Server 2008

cpinacpina Member Posts: 52
edited 2008-09-30 in SQL General
Navision2.6 can migrate to SQL Server 2008???

Thanks you

Comments

  • azerty74azerty74 Member Posts: 82
    I would upgrade towards 5.1 before using Sql 2008...
    Since you're still working on a 2.6 (#-o) maybe a new implementation with a data migration would be cheaper ?
    Debugging is twice as hard as writing code. Therefore if you write the code as cleverly as possible you are by definition not smart enough to debug it.
  • krikikriki Member, Moderator Posts: 9,112
    [Topic moved from Navision Financials forum to SQL General forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • DenSterDenSter Member Posts: 8,307
    I would wait until Microsoft comes out with an official word that SQL Server 2008 is supported. I know that some people have it working, but I'm always careful about these things, I think it's better to wait until the official word comes out (or get a status and perhaps an unofficial patch through MSFT support)
  • ara3nara3n Member Posts: 9,256
    Here is the KB that will support 2008

    http://blogs.msdn.com/ukdynsupport/arch ... 0-sp1.aspx
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • krikikriki Member, Moderator Posts: 9,112
    ara3n wrote:
    Here is the KB that will support 2008

    http://blogs.msdn.com/ukdynsupport/arch ... 0-sp1.aspx

    It is supported for WINDOWS2008 and not for SQL2008!
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • DenSterDenSter Member Posts: 8,307
    A reference to a KB article in someone's blog in the UK is hardly an official release.
  • ara3nara3n Member Posts: 9,256
    kriki wrote:
    ara3n wrote:
    Here is the KB that will support 2008

    http://blogs.msdn.com/ukdynsupport/arch ... 0-sp1.aspx

    It is supported for WINDOWS2008 and not for SQL2008!

    My mistake.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    I would wait as well.

    We have some 2.01 and 2.6 databases working like a charm on SQL2005. They are much easier to tune because of the less complex data structure.

    Some customers have a perfect working 2.6 database. If upgrading has no benefits there really is no need.

    SQL2008 works. We are using it for a while now withous any issues. We are not a large company so we do not have performance issues.

    So far, the only benefit I found in SQL2008 is the T-SQL editor with autocomplete. :-s

    My advise is always to wait for someone else to be first with the issues. :mrgreen:
  • krikikriki Member, Moderator Posts: 9,112
    So far, the only benefit I found in SQL2008 is the T-SQL editor with autocomplete. :-s
    Another one : native crunching of backups! I tried it out on a Cronus-DB in a virtual Machine. It was a lot faster.

    And another one (at least once we have table-property for in NAV): it is possible to crunch the data in the tables, making them smaller, faster to read and faster to write, but costing extra CPU-time to do it (with the current server hardware, this is hardly a problem). I didn't test it out, but I read some positive things on some SQL-forums/blogs.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • azerty74azerty74 Member Posts: 82
    Something I also find interesting is the possibility to do Change Tracking. This could be a great extention/replacement of the Dynamics NAV Change Log. But I don't have any experience with it, and performance wise it is supposed not to have a big impact, and with these kind of things, it's better to first test them extensively...
    Debugging is twice as hard as writing code. Therefore if you write the code as cleverly as possible you are by definition not smart enough to debug it.
  • ara3nara3n Member Posts: 9,256
    One issue with change management tracking in sql 2k8 is that you cannot make any structural changes to the tables. And if you have to, you have to disable it for the table and make the changes and enable it again. So you loose all the history.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.