guys-
Im inserting 1 billion rows into a partitioned table, I notice that while the insert is taking place, the partition scheme is not being implemented, meaning all the data is loaded into the primary partition. Is this normal behavior for 2014 and or SQL or is my scheme perhaps not correct?
Im guessing that SQl performs the scheme after the insert transaction is done, but not sure how it designates the scheme before, during or after the inserts.