Convergence 2011 – Atlanta

  • April 9, 2011
  • 0 Comments

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.

Monitoring Table Size Growth in SQL Server

  • March 31, 2011
  • 0 Comments

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

  • March 30, 2011
  • 0 Comments

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

  • March 21, 2011
  • 0 Comments

Last weekend my wife got me a TechNet Subscription-account as a present. A chance to play with some Microsoft software šŸ™‚

Portal development

  • January 31, 2011
  • 1 Comment

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

  • October 7, 2010
  • 0 Comments

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

  • October 4, 2010
  • 1 Comment

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

  • October 1, 2010
  • 4 Comments

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

  • September 29, 2010
  • 0 Comments

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

  • September 27, 2010
  • 0 Comments

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