I am exporting many files with huge amount of data. I am trying to parallel process these files.
I am using row level locking but as I researched even though I use row level locking the the no of rows are big sql server
automatically lifts the locking to be page level and then table.
Is this true?