Sorry, it took awhile to respond, had to research what you were talking about with a format file.
I am a VB programmer and i have to add records to an exisitng Sql table from a text file. There could be anywhere from 40,000 to 100,000 records in each txt file.
Currently i do this with an insert statement, but this can take as much as an hour, I'm trying to find a quicker way.
Any suggestions?
Also trying to implement triggers across server but keep running to an error.