Dear All, Hope you are doing well. I thought to share here a quick handy tip which I have been using for quite a while now. Scenario: I have a batch job running in AX which loads thousands of rows into some AX tables based on a csv/txt file. Quite often, I would like to know how many rows have been inserted into the tables. There are many ways to get this but a quick way without much development effort is to use SQL Server Query Hint NOLOCK Explanation: For e.g. I'm loading some data into smmActivites...(read more)
↧