View source: R/connectMsSql.R View source: R/connectMsSql.R
connectMsSqlStandaloneLogin | R Documentation |
Connects an R session to a running instance of Microsoft SQL Server using a Windows login on a standalone (non-domain) server. This only works with the FreeTDS driver.
connectMsSqlStandaloneLogin(server, user, domain, password, database, port = 1433, driver = "FreeTDS", tdsVersion = "8.0")
server |
The network address of the Windows instance that is running SQL Server. |
user |
The SQL Server user name. |
domain |
The Active Directory domain for the login. |
password |
The password for the SQl Server user. |
database |
The name of the database on the server that you want to connect to. |
port |
The TCP port that SQL Server is listening on. |
driver |
The name of an installed ODBC driver to use for the connection. Current supported options are "FreeTDS" and "ODBC Driver 17 for SQL Server" |
tdsVersion |
The TDS protocol version to use for the connection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.