I know that when you migrated to SQL Server, the users should have less problems with tablelocks. Now, I also know that the developer should develop in another way, when working on a SQL SERVER. Even, when migrated, I suppose the developer should do some changes on the existing code.
Is there a summary of what the developer should change on the existing code, and how the developer should develop on the SQL Server implementation?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
0
Comments
If you go to Microsoft partners network, you will find a document that tells you programming changes in SQL environment. Not many changes but some locking functionalities. Please check the partners network for more details.
Thanks
Best regards
Suresh.
I recomend too to use FIND('-') instead of FIND('+') because in SQL server FIND('+') decreases performance, it returns all the records, it's better to use ASCENDING(FALSE) andFIND('-').
Freelance Dynamics AX
Blog : http://axnmaia.wordpress.com/