Hi All,
I have few doubts regarding my approach to load million of rows into the destination table. I am loading half a BILLION rows from one sql server table into another. Its a sql statement joining 3 tables. We have indices on the right fields. In our sql i used couple of hints (WITH (NOLOCK) and OPTION (FAST 1000000). Is my approach correct? Please advice.
Thanks