Yes, I know SQL is the future. It's great for techies. But it's not great for business owners where cost is always an factor.
Forcing new prospects to purchase SQL and NAV license, in addition, the new hardware required. Microsoft is pricing NAV above and beyond offerings by SAP B1, MAS200, etc.
There's got to be an alternative for users who does not want to use SQL but would still like to use RTC. This will especially be true when native client is discontinued by version 7.
I've posted a feedback here. Agree? Or not?
https://connect.microsoft.com/dynamicss ... kID=520992
Comments
RIS Plus, LLC
You can buy a special SQL license for NAV. Is that not cheap enough?
For small businises you can use SQL Expres and a 2 GB database will run fine on a cheap RAID5 server. (Did I say that out loud? )...
Up to a certain user, it's cheaper to buy SQL Server outright than to continue with the SQL under NAV's price list. At this point, I'm not even sure if you can transfer the NAV SQL licenses to regular SQL licenses.
On another note, how do you link sites with https so other people can get to it?
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Sorry.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Is SAP B1 really cheaper in both? Someone should investigate that. Visit 10 happy users of 10 midmarket ERP systems and compare both...
At least you could add that it is ONLY for small DB's AND you need to stay cheap AND performance problems is the least of the problems.
True : on a <2GB DB, probably even a slow disk is fast enough.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
If they are larger than 2GB on NAV they would have a larger database with another package as well. This is about comparing ERP packages and pricing.
I guess if we utilize Mark's method of using SQL Express, it resolves having to purchase SQL separately.
I was under the impression that SQL Express is only for 1 user installed on a workstation?
Nonetheless, it would still be a nice option if we can use RTC in the native database.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
It even allows 4GB. But 'only' 1 GB of ram, but that is 25% of the database.
No SQL Agent so no scheduled maintenance and backups.
Like Native.
Don't get me wrong, I LOVE the Native database, but I also love the open character of SQL Server.
At least, this is what i've heard in a meeting in MS italy some weeks ago...maybe we will be able to upgrade an old fdb file with the new executable, but this is only my thought...
As the db will be dismissed, i don't think they'll even think about enabling it to RTC...too bad, anyway
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
... misusing a plain English word. What is the Marketing department trying to hide this time ?
Does this mean we lose local databases too?
Are they going to put the temp tables on the server?
That's a point; in a three tier setup which machine has the temp tables ...
TVision Technology Ltd
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
The "temp tables to the server" thing was because all temp tables as actually Native database tables in local "database" files. So if you were really getting rid of the Native DB completely you'd have to make other arrangements for temp tables. The only other obvious DB available is the server therefore ... ouch.
TVision Technology Ltd
Actually i don't think that temptables uses fdb files to be created on the client...but maybe i am wrong, if so, can you explain it to me, please?
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Yes, temp tables are Native tables and they're stored in files on the PC that the "classic" client is running. There's no reason to believe that the files are anything but cut down fdb files.
For example, on a temp table (currency table) this works fine; on a SQL DB table it throws an error.
eg: (2) If you run a form or do other sorting with a temp table you get the Native DB sort order not the SQL DB.
eg: (3) The "SQL Data Type" property has no effect on temp tables. ie: setting it to integer doesn't mean that text codes cause errors.
Still, unless somebody here knows, I think I'm going to have to check what happens with temp tables in 3 tier; once I get it working again! :x
TVision Technology Ltd
1. No, the RTC will never run against the Native database.
2. I can't comment on the removal of the Native database from the product, but expect a clear messaging around it over the next few months.
3. The temp table implementation is separate from the Native database and has no relationship to .fdb files; it is a common implementation both to the SQL and Native database platforms. Temp tables always reside on the same machine as the NAV Server process, independent of the RTC and SQL machines.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
For cost reasons, how about releasing some whitepapers about implementing NAV w/ RTC on SQL Server Express?
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book