Waldo's Blog
Microsoft Dynamics NAV

Browse by Tags

All Tags » Development » Installation (Get this RSS feed)
Overview Waldo's blog 2008
My first full year (January-December)of writing on my blog has passed. When I saw this post on the "NAV Developer's blog", I just thought: "hey, that's a good idea to end this year of blogging. Let's make an overview of my blog as well". And here it is. I was quite surprised...
SQL Server: sa locked out automatically
I had this issue at a customer of ours. The error message " Login failed for user 'sa' because the account is currently locked out " surprised me a bit. I didn't know this was possible. Actually, it is even possible to not have any admin anymore in the database, by locking out sa...
SQL Server Technical Kit for Microsoft Dynamics NAV
It has been on partnersource for a while now, but I wanted to highlight it again. Microsoft assembled all tools that are important for SQL Server, and put it on one CD: the SQL Server Technical Kit for Microsoft Dynamics NAV . Actually, I got it on CD on Directions, but you can also download it from...
Making NAV use a certain index on SQL Server
This is going to be an article about "Index Hinting". I'm ashamed that I did not know about this feature until for a few weeks ago. Why? Because it has been in the bible for a long time (fyi, "the bible" is "The Application Designer's Guid" aka the w1w1adg.pdf on...
SQL Server: x64 vs x86
I recently got an interesting explanation on why x64 is more interesting when your system has more than 4 Gb of memory. The background is the size of the memory. An x86 server system can manage a maximum of 4 GB of memory. This limits the addressable memory space for Windows server 2003 systems to 4...