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
 Import/Export (DTS) and Replication (2000)
 problem --Help Regarding Bulk Insert

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-12-14 : 07:42:13
Henry writes "Hi Friends....
This is Henry. I want to know that is it necessary that for bulk insert we have to be required that file on server or it may be anywhere.
Coz I am tried to call file from my system but it gives error that file doesn't exist.
but when i am giving server path to file then it works fine.
Is there any way to call the file from network i mean LAN the user will specify the location. and that file will be bulk inserts.

Thanks in advance.

Regards,
Henry Jones"

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-12-14 : 08:06:49
You need to use \\SysName\DriveName$\FileName if the file is out of the Server

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -