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
 General SQL Server Forums
 New to SQL Server Programming
 How read file CSV file in Remote server Using Bulk

Author  Topic 

raz.naren
Starting Member

2 Posts

Posted - 2008-03-24 : 22:12:04
Hi All,

I need to read a csv file, which is in remote server using SQl Bulk Insert Command.

Can I read a file Which is in remote server using BULK INSERT.

Thank you.......

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-03-24 : 23:36:01
Reference the file with unc name, and sql service account needs permission on that file.
Go to Top of Page
   

- Advertisement -