agstudy / rsqlserver

Sql Server driver database interface (DBI) driver for R. This is a DBI-compliant Sql Server driver based on the System.Data.SqlClient.
82 stars 30 forks source link

Use Windows Integrated Authentication #14

Closed juancentro closed 9 years ago

juancentro commented 9 years ago

Is it possible to use the user Windows credentials to log on to the server? By specifiyng the connection string directly it should be possible theoretically

jangorecki commented 9 years ago

Answer to your question seems to be available here: https://github.com/agstudy/rsqlserver/wiki/benchmarking search for:

In the other side rsqlserver offer many ways to acces to the data base.

but I haven't test it.

juancentro commented 9 years ago

I've tested and it works! Great!