When I should migrate to SQL sever

lreinax
Member Posts: 34
Hi all,
I,ve read much about this cuestion but I'm not sure about it.
We use navision 2.6 with native B.D on a PIII 1000 machine with 2 GB RAM, 2 hardisk 10.000 rpm RAID 0+1, 3GB database size and 30 concurrent users.
I,ve heard 50 or 60 users working concurrent is the limit to migrate SQL
Is that correct?
The decision depends on number of users or B.D size?
Thanks
I,ve read much about this cuestion but I'm not sure about it.
We use navision 2.6 with native B.D on a PIII 1000 machine with 2 GB RAM, 2 hardisk 10.000 rpm RAID 0+1, 3GB database size and 30 concurrent users.
I,ve heard 50 or 60 users working concurrent is the limit to migrate SQL
Is that correct?
The decision depends on number of users or B.D size?
Thanks
0
Comments
-
what OS you use0
-
we use windows 2000 sever.0
-
the ms sql database is a nice tool - but it needs much more pc power than the navision CSIDE database.
The benefit of the ms sql database is the possibility to make external reports via sql statements. But that's all!
The Navision Financials software doesn't use all the nice possibilities of a powerfull sql server like referential integrity, stored procedures, etc.
So you can save money by using the CSIDE database. The ms sql server is usefull if you want to integrate business analytics or similar tools.
Best regards,
BerndCarpe diem - carpe noctem0 -
DB maintainance and connectivity is easier on SQL (backups...)
but as said "stronger" server machine and SQL licences...®obi
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯0 -
Something worth noting is that fields of datatype CODE are converted to SQL datatype VARCHAR.
These sort in different orders. This can be a big problem on the Chart Of Accounts, if the field lengths are different for the account no. The following is an example of the different sort orders.
CODE
1
2
10
VARCHAR
1
10
2
A subtotal field of 1..2 therefore gives different results.0 -
I don't know that what I'm about to explain is valid for a 2.60 database. (mostly I'm working with 3.xx) Keep that in mind.
Indeed, the CODE field is converted to a VARCHAR, by default. There is a field-property called "SQL Data Type", where you can select "Integer" for the code-fields where you use only integers. That way, the sorting problem can be solved.
The possibility to use SQL Reporting is not the only advantage. The biggest advantage is that MS SQL Server handles concurrent users much better than the Native Server. Also, SQL Server uses recordlevel locking, while the native database uses table locking. Off course, when 50 users are working on the database, the table-lockouts will happen much more then on a SQL Server database.
But keep in mind, when migrating to SQL Server, there should be someone available in the company who can manage the SQL Server. Not only it's possible to manage the SQL Server, the SQL Server NEEDS to be managed. It is more work to maintain than a native ... .
Hope I could be of assistance...0 -
Just a quick question on the same subject. What are the difficulties of the migration in regard of data itself? Is it easy to convert the data when migrating to the SQL server or are there many difficulties to be expected.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions