I have a file with the name ABC.D110111 which is of 10GB size. I have to load this huge data to database table. So i created a DTS package to load from file to table. before loading i just want to see how many records exist in the file. So i opened it in notepad++. It is showing around 2.1 millions (21 lakhs) records.
Since it is a 10GB file, it will definitely have more than 2.1 millions records. But i am able to see only 0.2 millions (2 lakhs) records. Is there any row limitation in Notepad++? If yes, how many rows or how much size?
If load it as it is by running my DTS package, will i get all records or few records?