Installation of Dynamics NAV 2009 in existing SQL server

Having done the installation of Dynamics NAV 2009 multiple times I was convinced this was not possible. Cause I noticed the installation process always started installing the SQL Server Express edition. I had no need for the Express edition cause the ‘fullblown’ Standard edition was already installed on my laptop.
But today I noticed something […]

Autoincrement Property & Security Errors

Basically this property enables the dbms to assign automatically number values to a field. This is very useful especially when working with key fields, unique keys are guaranteed and avoid the use of the following piece of well known code:
(a)

When AutoIncrement is enabled the code above can be reduced to the following:
(b)

Yep that’s it! Let […]

Create a new blog and join in the fun!