connect.sql.server: A function that connects an R session to a running instance...

Description Usage Arguments Examples

View source: R/connect.sql.server.R

Description

A function that connects an R session to a running instance of Microsoft SQL Server using the jTDS driver and RJDBC.

Usage

1
connect.sql.server(database, user, password, server.address, domain = NA)

Arguments

database

The name of the database on the server that you want to connect to

user

The user name that you want to use to authenticate against SQL Server

password

The password for the user that will be authenticated against SQL Server

server.address

The network address of the Windows instance that is running SQL Server

domain

The domain to use in the case of NTLM logins, NA if using SQL Server login credentials

Examples

1

nathan-palmer/SqlServerJtds documentation built on June 27, 2020, 12:20 a.m.