Re: [R] parLapply on sqlQuery (from package RODBC)

2014-07-07 Thread Frede Aakmann Tøgersen
dbConn, query) > > This should work for MS SQL and MySQL servers. > > Yours sincerely / Med venlig hilsen > > > Frede Aakmann Tøgersen > Specialist, M.Sc., Ph.D. > Plant Performance & Modeling > > Technology & Service Solutions > T +45 9730 5135 > M +4

Re: [R] parLapply on sqlQuery (from package RODBC)

2014-07-03 Thread Frede Aakmann Tøgersen
legal/notice If you have received this e-mail in error please contact the sender. > -----Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Tevlin, Dylan > Sent: 2. juli 2014 23:49 > To: r-help@r-project.org > Subj

[R] parLapply on sqlQuery (from package RODBC)

2014-07-03 Thread Tevlin, Dylan
R Version : 2.14.1 x64 Running on Windows 7 Connecting to a database on a remote Microsoft SQL Server 2012 The short form of my problem is the following. I have an unordered vectors of names, say: names<-c("A", "B", "A", "C","C") each of which have an id in a table in my db. I need to convert