
download (85K)
What's new:
- multiple selection of main menu items
- new item named "Show access" in the main menu item's context menu. If you choose this item all groups which have access to that item will be output to infolog
Microsoft Dynamics Ax developer's blog
if @SQLTime>0 -- <<<<<<<<<<<<<<<< the fix
begin
INSERT INTO @BreakdownInformation
SELECT (sum(PrepDuration) * 100)/@SQLTime [% of time in SQL Prep],(
sum(BindDuration) * 100)/@SQLTime [% of time in SQL Bind],
(sum(RowFetchDuration) * 100)/@SQLTime [% of time in SQL Row Fetch],
(sum(ExecuteDuration) * 100)/@SQLTime [% of time in SQL Execution]
from SqlQueryInstance
WHERE traceId = @Traceid AND sessionid = @sessionid
end -- <<<<<<<<<<<<<<<< the fix
RETURN
<script type="text/javascript" src="highlight.js"></script>
<script type="text/javascript">
initHighlightingOnLoad('axapta');
</script>
<pre><code class="Axapta">
// your code here
</code></pre>
10/30/2007
David Yack Talks Microsoft CRM!