Allow RTC to be used with the native C/SIDE database

Alex_Chow
Member Posts: 5,063
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
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
Confessions of a Dynamics NAV Consultant = my blog
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
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
0
Comments
-
-
What database does SAP B1 use?
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?)...
0 -
for the US, the SQL standard with NAV, it's $190 per user. So we would need to add $190 IN ADDITION to the per user price.
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?Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
They have not touched the Native DB with any enhancements since they bought the company. So I doubt there is even the slightest chance this will ever happen.
Sorry.David Singleton0 -
There's always hope.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
There is investment (pricing) and return on investment (working more efficient with ERP) and there is the speed of the implementation track.
Is SAP B1 really cheaper in both? Someone should investigate that. Visit 10 happy users of 10 midmarket ERP systems and compare both...0 -
Mark Brummel wrote: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?
)...
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.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
I don't see your point. A lot of Dynamics NAV users have databases smaller thatn 2GB.
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.0 -
Yes, most smaller companies that does not use item tracking will have databases smaller than 2GB.
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.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
http://www.microsoft.com/sqlserver/2008 ... mpare.aspx
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.0 -
native db won't be "discontinued", but DISMISSED in "nav 7" or at maximum "nav 8".
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, anyway0 -
WTH is "dismissed" supposed to mean!
... 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 ...Robert de Bath
TVision Technology Ltd0 -
what the italian MS guy wanted to say is that there will not be the fdb file in the installation cd of nav 7 or nav 8 at maximum...anyway...i don't think that for this reason temptables will go on the server :-k0
-
Hmmm, "Italian". Maybe that would be "retired" in English marketing speek.
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.Robert de Bath
TVision Technology Ltd0 -
rdebath wrote:Hmmm, "Italian". Maybe that would be "retired" in English marketing speek.rdebath wrote:So if you were really getting...
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?0 -
Okay, okay; ye olde english.So if one were really getting rid of the Native DB completely one would have to make other arrangements for temp tables.
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.TB.Code := '1'; TB."Last Date Modified" := 12121212D; TB.INSERT;
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! :xRobert de Bath
TVision Technology Ltd0 -
A couple of points:
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.Dean McCrae - Senior Software Developer, NAV Server & Tools
This posting is provided "AS IS" with no warranties, and confers no rights.0 -
Fine... RTC won't work on native... I get it.
For cost reasons, how about releasing some whitepapers about implementing NAV w/ RTC on SQL Server Express?Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0
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