I have a VB0.6 application which is responsible of automatically loading text file to SQL SERVER database everyday , but this loader is too slow in loading the files , is their a way in SQL SERVER  itself to load text files without taking too much time.
taking into considerations that the size of these files is not fixed and varies between 5K to 1Gb.
thank you