Dynamics User Group
Site
Search
User
Site
Search
User
Dynamics 365 Business Central/NAV User Group
Mark Brummel
Forums
Blogs
Resources
Wikis
Events
Leaderboards
Members
Mentions
Tags
More
Cancel
New
Dynamics 365 Business Central/NAV User Group requires membership for participation - click to join (it's free)
Mark Brummel
By Mark Brummel - Author of Microsoft Dynamics NAV 2013 Application Design
Home
Contact author
Subscribe by email
More
Cancel
Posts RSS
Atom
More
Cancel
Monthly archive list
July 2020
(3)
June 2020
(1)
May 2020
(14)
April 2020
(1)
March 2020
(1)
February 2020
(1)
January 2020
(2)
December 2019
(6)
November 2019
(6)
October 2019
(7)
September 2019
(6)
August 2019
(4)
July 2019
(3)
June 2019
(2)
May 2019
(1)
April 2019
(3)
December 2018
(2)
November 2018
(2)
May 2018
(6)
April 2018
(8)
March 2018
(6)
December 2017
(2)
July 2017
(1)
May 2017
(3)
April 2017
(3)
March 2017
(1)
February 2017
(1)
November 2016
(5)
October 2016
(1)
September 2016
(6)
August 2016
(2)
July 2016
(2)
June 2016
(4)
May 2016
(1)
April 2016
(1)
March 2016
(2)
December 2015
(12)
November 2015
(12)
October 2015
(8)
September 2015
(8)
August 2015
(7)
July 2015
(6)
May 2015
(2)
April 2015
(3)
March 2015
(3)
February 2015
(5)
January 2015
(10)
December 2014
(12)
November 2014
(9)
October 2014
(1)
March 2014
(1)
November 2013
(1)
October 2013
(1)
September 2013
(6)
June 2013
(2)
April 2013
(2)
December 2012
(3)
November 2012
(3)
October 2012
(4)
September 2012
(5)
August 2012
(2)
March 2012
(3)
January 2012
(2)
November 2011
(8)
October 2011
(2)
September 2011
(2)
August 2011
(1)
May 2011
(2)
April 2011
(1)
March 2011
(1)
February 2011
(2)
January 2011
(3)
October 2010
(3)
September 2010
(12)
August 2010
(4)
June 2010
(3)
May 2010
(4)
March 2010
(1)
January 2010
(2)
December 2009
(14)
November 2009
(17)
October 2009
(4)
September 2009
(5)
August 2009
(1)
June 2009
(14)
May 2009
(2)
April 2009
(7)
December 2008
(1)
September 2008
(3)
August 2008
(1)
June 2008
(1)
May 2008
(1)
December 2007
(1)
October 2007
(1)
September 2007
(1)
August 2007
(2)
July 2007
(1)
June 2007
(1)
May 2007
(1)
April 2007
(2)
October 2006
(1)
July 2006
(1)
June 2006
(6)
Related
Related Tags
Book
BusinessCentral
design patterns
Design Patterns - General
Directions
Directions USA 2009
Dynamics NAV
Events
General
NAV 2009
NAV 2009 SP1
NAV 2013
NAV2016
Pages
Performance
Product News
PRS
Role Center
RTC
SQL
SQL Server
Tip
Tips & Tricks
Tips and tricks
Upgrade
Blog post list
Tags
Contact author
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
Setting up Azure SQL Analytics (Preview) – Dynamics NAV
Marq
Telemetry is everything, you cannot have enough data when users start asking you why the system is behaving differently than yesterday or performance is changing over time. This is where Azure SQL stands out from On Premises. You can get so much more data and in an easy way to analyse. However, you need to know where to find it because not everyting is setup automatically after you create a database. Some is, some is not. This blog is about how to connect Azure SQL Analytics to your Azure...
2020-5-30
Mirror post
Dynamics NAV
Performance
Azure SQL
Application Insights
976 views
0 comments
10 months ago
More
Cancel
Azure Application Insights 101
Marq
In my series around Application Insights for Microsoft Dynamics Business Central / NAV this is probably the most booring one. However it is quite important. In order to teach you folks about KQL and the Application Insights API etc. Step 1 – Create Application Insights In your Azure Tenant search for Application Insights and select Add. There is not much to fill in here. The Resource Group is probably most important if you have a bigger Azure Tenant. You want to group your stuff...
2020-5-26
Mirror post
Dynamics NAV
Performance
Application Insights
1049 views
0 comments
10 months ago
More
Cancel
Tip #69 | Default Implementation for AL Interfaces
Marq
I just love it when I get an error and nothing I search for answers what to do next. Like this one Value ' ' does not implement interface 'ForNAV Layout' and there is no default implentation for the mentioned interface.AL(AL0596) There is no mentioning of default implementations in the Microsoft documentation . And in fact, in this enum value, I do want a default implementation since “Empty” is a fallback since I want to use the new expandable and collapsable row feature...
2020-5-13
Mirror post
Dynamics NAV
977 views
0 comments
11 months ago
More
Cancel
Tip #68 | Using Read-Scale Out in Business Central to improve Performance
Marq
Another quick tip for something I’ve used this week to help out a QBS partner with performance issues on Business Central. Since the last release it’s possible to issue read-only commands on a real-time copy of your Business Central database by using the DataAccessIntent property. This allows API Pages, reports and queries to be executed outside of your production database which is ideal for Power Apps, Power BI and websites that for example only show status information on outstanding...
2020-5-13
Mirror post
Tip 61 - 70
Tips and tricks
Performance
656 views
0 comments
11 months ago
More
Cancel
Introduction | Business Central Performance Tuning – Application Insights
Marq
Microsoft wants to make things simple, and for a good reason. If it’s simple then everyone can understand it and the bigger the group of believers the easier it is to generate volume. So when I started to read on Business Central and Application Insigthts the first thing I looked at was a PowerPoint slide saying this… And to be honest, it is extremely simple to setup Application Insights for Business Central. I’ve done the setup three times now and after making one simple mistake...
2020-5-12
Mirror post
Dynamics NAV
Performance
Application Insights
871 views
0 comments
11 months ago
More
Cancel
Tip #67 | Convert Option field to Enum Field
Marq
So much to blog about. Insane. Our world has never changed so fast. Never. Today I was working on our ForNAV AppSource App and I decided to clean up some of the warnings that were introduced with BC16. This was about converting Options to Enums and vice versa. Converting an Enum into an Option is easy. Just add ToInteger() and you’re done. But how about the other way around? An implicit conversion is being performed from a value of type 'Option' to a value of type 'Enum "Report...
2020-5-8
Mirror post
Dynamics NAV
2465 views
0 comments
11 months ago
More
Cancel
Business Central Performance Tuning Series | Application Insights & More
Marq
If you ask a random Microsoft partner about their worries with Business Central there is a fair chance “Performance” is in their top three. It probably depends if this partner has a background with NAV. If this is the case it’s a guarantee it’s in the list. As long as I remember I’ve been doing some form of performance tuning. First with the old Native Navision database, later with SQL Server and now on Azure SQL. It’s not really a surprise that when I joined...
2020-5-7
Mirror post
Dynamics NAV
682 views
0 comments
11 months ago
More
Cancel
Business Central Performance Tuning Series | Application Insights & More
Marq
If you ask a random Microsoft partner about their worries with Business Central there is a fair chance “Performance” is in their top three. It probably depends if this partner has a background with NAV. If this is the case it’s a guarantee it’s in the list. As long as I remember I’ve been doing some form of performance tuning. First with the old Native Navision database, later with SQL Server and now on Azure SQL. It’s not really a surprise that when I joined...
2020-5-7
Mirror post
340 views
0 comments
11 months ago
More
Cancel
Business Central Performance Tuning Series | Application Insights & More
Marq
If you ask a random Microsoft partner about their worries with Business Central there is a fair chance “Performance” is in their top three. It probably depends if this partner has a background with NAV. If this is the case it’s a guarantee it’s in the list. As long as I remember I’ve been doing some form of performance tuning. First with the old Native Navision database, later with SQL Server and now on Azure SQL. It’s not really a surprise that when I joined...
2020-5-7
Mirror post
334 views
0 comments
11 months ago
More
Cancel
Business Central Performance Tuning Series | Application Insights & More
Marq
If you ask a random Microsoft partner about their worries with Business Central there is a fair chance “Performance” is in their top three. It probably depends if this partner has a background with NAV. If this is the case it’s a guarantee it’s in the list. As long as I remember I’ve been doing some form of performance tuning. First with the old Native Navision database, later with SQL Server and now on Azure SQL. It’s not really a surprise that when I joined...
2020-5-7
Mirror post
Dynamics NAV
618 views
0 comments
11 months ago
More
Cancel
>