Following is the query I am using to parse 3.5M rows of JSON data and insert it into another table.
DECLARE @id_control bigint DECLARE @batchSize bigint D