Project Planning & Execution

Our project management expert shares her learning on project planning and execution. Learn why self-discipline is key and the importance of the three qualities of willpower, hard work and persistence. Bron : Projectmanager.com Lees meer...

Reset Autoincrement field in NAV

In SQL Server we have command called DBCC CHECKIDENT Checks the current identity value for the specified table and, if needed, corrects the identity value. You can also use DBCC CHECKIDENT to manually set a new current identity value for the identity column. Bron : Mohana's…