Hello,

Currently we can load the data with the Bulkload facility with SAS using the 
BCP utility instead of the t-sql command BULK INSERT to copy data from a file 
to a SQL table.
>From now I can see that RODBC package use only the t-sql command BULK INSERT.

It could be interesting to see if the R command can accept the use of the BCP 
utility instead of the use of the t-sql command Bulk insert.
Using BCP should avoid the need of the high privilege Bulkadmin requested with 
the t-sql command BULK INSERT.

Some of you know if the BCP utility is usable with R?

Stef.


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to