Is it possible to read the data stored in MS SQL server from R interface?
If it is I would be also thankful if anyone could show the way to do it.
Tried the RODBC package already?
RODBC
http://cran.r-project.org/web/packages/RODBC/index.html
There's also the RJDBC package : http://www.rforge.net/RJDBC/
RJDBC
See also : http://www.r-bloggers.com/connecting-to-sql-server-from-r-using-rjdbc/