dbTalk Databases Forums  

Re: Bulk Insert Syntax

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Re: Bulk Insert Syntax in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gert E.R. Drapers
 
Posts: n/a

Default Re: Bulk Insert Syntax - 09-08-2004 , 12:07 AM






Can you access the client from the server? I think BULK INSERT is the wrong
tool, since it is a server side data loader, look at BCP or the DST data
pump instead.

GertD (AT) SQLDev (DOT) Net

Please reply only to the newsgroups.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
Copyright © SQLDev.Net 1991-2004 All rights reserved.

"PLJ960" <PLJ960 (AT) discussions (DOT) microsoft.com> wrote

Quote:
My VB.NET application needs to compose and execute bulk insert statements
for
a sql server database. It runs fine on the computer hosting the database
(...FROM c:\filename.txt...) but doesn't work on other machines on the
network.

Can someone please help me with the appropriate syntax. MSDN indicates I
need the path from the server, so I tried adding the computer name prior
to
the c:\filename.txt, but it complains about the syntax.

Thanks so much for your help!



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.