Re: BCP/Bulk Insert from Unix machine
From: Dennis Redfield (dennis_redfield_at_newsgroup.nospam)
Date: 01/07/05
- Next message: Dan Guzman: "Re: how to verify membership in db_owner group..."
- Previous message: Adam Machanic: "Re: Copy complete tables - What is the best pattern?"
- In reply to: Vivek T S: "BCP/Bulk Insert from Unix machine"
- Next in thread: Vivek T S: "Re: BCP/Bulk Insert from Unix machine"
- Reply: Vivek T S: "Re: BCP/Bulk Insert from Unix machine"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 7 Jan 2005 09:22:19 -0500
well, if you are running the code on the windows side and you can map a UNI
to the UNIX box:
produce the data on the *Nix box in an XML format that can be used by
SQLXML and then use the SQLXML Bulkload object.....
hope this helps.
dlr
"Vivek T S" <VivekTS@discussions.microsoft.com> wrote in message
news:DFAD2CE1-2DBE-4B85-8970-05C7EE1A70C5@microsoft.com...
>
> Hi,
> I'd like to load data from a Unix machine into the SQL Server database
> using one of the bulk loaders. I know there isn't a bulk loader for Unix
> platforms.
> However can someone recommend a method to do so in one application(doing
a
> manual ftp of the file to the windows machine and invoking the bcp utility
> there is a no-no).
>
> --
> Vivek T S
> Member Technical Staff (Inucom)
- Next message: Dan Guzman: "Re: how to verify membership in db_owner group..."
- Previous message: Adam Machanic: "Re: Copy complete tables - What is the best pattern?"
- In reply to: Vivek T S: "BCP/Bulk Insert from Unix machine"
- Next in thread: Vivek T S: "Re: BCP/Bulk Insert from Unix machine"
- Reply: Vivek T S: "Re: BCP/Bulk Insert from Unix machine"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|