View Single Post

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

Another option is write a stored procedure that uses Bulk Insert. And
schedule the stored procedure as a SQL Agent Job. (BCP runs on the
command line. So you can also write a stored procedure that uses
xp_commandshell to pass to BCP). - Louis
Reply With Quote