Hi, I was wondering which database is better for navision,
also, what if I am working with huge databses. about tera bytes in size
canb SQL server support those ?
If you work with HUGE size of database, I suggest you to use MS.SQL 2000 Database.
Its size limitation is your overall harddisk capacity. Using Filegroups in SQL Server you aslo can put your database in several HDDs...
Keep in mind the following when you investigate SQL Database and Navision option.
1. SQL Server does very well with handling appropriately designed VLDBs.
2. Terabyte sizes would place you in that range of VLDB
3. As the size of the database grows, so will the probability that design limitation in the application or the application's database architecture will be encountered.
4. Navision, as an application was originally designed to work with their own database, therefore the investiment in Load Testing, Performance Optimization and overall architecture most likely has been placed into the product running on the smaller Proprietory database.
5. Navision is basicaly a Fat Client with the application logic, constraints and most validation rules in the application - so don't look to the database to allow you to adapt to growth in size or overhead to your processing.
Comments
Each server have pro and cons. I think, that there was some discussion about it. Try search.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
If you work with HUGE size of database, I suggest you to use MS.SQL 2000 Database.
Its size limitation is your overall harddisk capacity. Using Filegroups in SQL Server you aslo can put your database in several HDDs...
Hope this helps,
Jemmy
Keep in mind the following when you investigate SQL Database and Navision option.
1. SQL Server does very well with handling appropriately designed VLDBs.
2. Terabyte sizes would place you in that range of VLDB
3. As the size of the database grows, so will the probability that design limitation in the application or the application's database architecture will be encountered.
4. Navision, as an application was originally designed to work with their own database, therefore the investiment in Load Testing, Performance Optimization and overall architecture most likely has been placed into the product running on the smaller Proprietory database.
5. Navision is basicaly a Fat Client with the application logic, constraints and most validation rules in the application - so don't look to the database to allow you to adapt to growth in size or overhead to your processing.