we have few text files, which have huge no of records and I have to import into staging area (temporay tables) for further processing.
I just wanted to know which is best way to import them into tables.
1. BCP
2. Bulk Insert
3. SSIS
4. Or any other best way.
↧