View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 07:49 PM
 
Posts: n/a
Default Best way to import ASCII tab delimited file every week (5,000 records)...

I need to import an ASCII tab delimited file that has roughly 5,000 records
once a week into a SQL Server table. I have researched BCP and it seems
like the way to go. Am I headed in the right direction?


Thanks in advance,


James


Reply With Quote