New Features in SQL Option For Navision 4.0 SP1
This webcast discusses the improvements that are available with the recently released Microsoft Business Solutions—Navision 4.0 Service Pack 1 while using the Microsoft SQL Server Option. Join us for this free webcast and learn how you can surgically improve your database performance.
Presenter: Robert Miller, Escalation Engineer, Microsoft Corporation
Window Media (wmv) [38:46]
http://www.mibuso.com/dlinfo.asp?FileID=533
Discuss this download here.
Comments
RIS Plus, LLC
http://home.casema.nl/mvandermeij
Can it be because of the new find keywords (findfirst, findlast and findset)?
It seems that they are reworking the clients to stay closer to the SQL way of working. But this seems to have an opposite effect on the native client.
(if you use the old find('-') or find('+') syntax)
And why is the demo db not altered to use the new find keywords?
or am i just paranoid?
...
Everybody on-line.
...
Looking good!
..And yes of course the native DB is going to fade out and SQL will be the primary version, this is not paranoia but reality...but may'be they (Ms) can learn someting from the native Db to optimize SQL.
http://home.casema.nl/mvandermeij
I'm going to setup a benchtest PC and do some more testing.
I'll keep y'all posted!
...
Everybody on-line.
...
Looking good!
on Tuesday, dec 13. 2005 at 17:00 CET there was a webcast about this theme, which I missed because of working at a customers site :-(
Does anybody know if this was the same that we can download here?
And if not the same, does anybody have the last cast as link or download?
thanks a lot
PS: I find this new find-functions very useful and use them already in my importing tools ;-)
Michael Schumacher
oh, what day is it? Backup day. OK, let's dump all data to /dev/nul ;-)
Hi Daniel,
You mentioned a "MUST READ" - were you referring to an actual hardcopy document, or to the Windows Media link? If there is an actual document, what were you referring to, do you have a link to this?
Thanks in advance!
3.1.4.1 Introduce new C/AL functions to make FIND more efficient
Details
The new FINDSET function is to be used instead of FIND(‘-‘) … NEXT loops to provide the optimal SQL queries for traversing forward through a set of records. An optional parameter will allow for optimizations when modifications are to be made to records in the set.
The new FINDFIRST and FINDLAST functions are to be used instead of FIND(‘-‘) and FIND(‘+’), respectively, where only one record is required. This provides for the optimal singleton SQL Server query.
The FIND function will continue to be supported without change to the implementation.
For the Microsoft Navision server, these functions are also supported and will make use of the normal FIND operations.
The new functions will be available through C/FRONT as well.
Improvements
• This does away with the ambiguity of the current FIND function allowing for the most efficient SQL statement to be issued.
• A non-cursor query that is faster and consumes less server resources (firehose) can be used (provided that the set size is small).
RIS Plus, LLC