i want run r script sql server 2008. don't want use rodbc package in r data sql server. there way ?
you can initiate r script sql server 2008. that's described in following post:
however, believe trying perform operation in r on data that's stored in database. cannot directly in sql server 2008. feature in upcoming sql server 2016 edition. google search give more detail can.
an rodbc connection might 1 of few options have. there packages dplyr make etl process sql server more intuitive writing plain sql statements, recommend it. rsqlserver package
hope helps!
Comments
Post a Comment