Skip to content

Connecting R with MS SQL server 2005

4 messages · vikrant, Dieter Menne, Uwe Ligges

#
vikrant wrote:
It's easiest using RODBC. Using Control Panel/Administrator/Data Sources
(Free translation from German, might be slightly off), create a source using
the SQL Server Native Client; you might have to install that client from the
MS site, if it is not there.

Then, connect to that source and issue a SELECT...

Dieter
#
On 15.01.2010 11:23, vikrant wrote:
See package RODBC.


Uwe Ligges