Today some of my colleagues took the plane to Atlante to participate the Microsoft Convergence 2011 that starts tomorrow. I hope they haveĀ a great time, bring back great stories and some goodies for me š You can check Christof and Youri‘s blog (AX EP Clipboard)Ā for some regardingĀ the Enterptite PortalĀ sessions. Or follow @MSFTDynamicsERP on Twitter.
Category
Microsoft
Monitoring Table Size Growth in SQL Server
During my vacation I came across a older, but interesting article that shows you how you can monitor table size growth in SQL-server. With a bit of creativity you can create interesting report based on this information or you can just use the examples on the second page.
Decisions Spring 2011 – june 14
Decisions Spring 2011 is a FREE virtual event from MSDynamicsWorld.com. It follows on the heels of the highly successful Decisions Fall 2010, which ran last November and had over 3,500 attendees.
Microsoft TechNet Subscription
Last weekend my wife got me a TechNet Subscription-account as a present. A chance to play with some Microsoft software š
Portal development
While surfing the web, I came across a blog from 2 friends (Youri De Brabandere and Christof Decraene) about Enterprise Portal development. For the moment they have only a few posts, but I’m sure their will be more soon. Have fun with the http://www.axepclipboard.com.
Ax Security got lost
At one of the customers I’m currently working they took the decision to take a look at the spaghetti of security keys. We made a plan of how the new basic security-structure should look like and implemented it. After releasing this new more logical security structure we started to get the message ‘%2 %1 not … Continue Reading
Edit Top 200 Rows
When you select/edit records in Microsoft SQL Server Management Studio (right click on a table), by default you can only edit the top 200 / select the top 1000 rows. You can easily change this parameter by going to Tools -> Options -> SQL Server Object Explorer and modifying the value of the appropriate property … Continue Reading
Index vs Index hint
This is a discussion I had with several colleagues. What is the difference between index and index hint and what do we use in our code?
SQL Server Activity Monitor
I know there are much more fancy tools you can buy on the market than the standaard build-in Activity Monitor from SQL Server, but is a usefull tool that can help you monitor your Server. You can find it when you right-click on the server instance and then click on Activity Monitor. The 2 grids … Continue Reading
Where are breakpoints stored in Ax 2009
In Ax 2009 breakpoints are stored in 2 tables, the SysBreakpointList and the SysBreakpoints table. You can find those tables in the SQL Management Studio or in the AOT under System Documentation -> Tables. This is useful to know when you get ‘ghost-breakpoints’. My debugger started showing me older breakpoints from classes that were running … Continue Reading