Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 BULK INSERT DRIVE

Author  Topic 

wonkawag
Starting Member

2 Posts

Posted - 2001-07-03 : 13:20:29
I have a Bulk Insert query that takes a third-party log file and imports daily. The log is located on the local machine where the query will run, not the SQL server which is on a different machine. When doing Bulk Insert for the log located on C:\logs on the local machine, the query looks for C:\logs on the sql server. How do I get the Bulk insert query to look on the local machine?
   

- Advertisement -