Skip to contents

Connect to SQL Server Where EDW Data is Stored

Usage

con_stjude_edw(
  server = "stjude-edw.database.windows.net",
  database = "EDW",
  authentication = "ActiveDirectoryIntegrated",
  ...
)

Arguments

server

[chr(1)] Name of server

database

[chr(1)] Name of database

authentication

[chr(1)] The authentication type to use; default is ActiveDirectoryIntegrated

...

Additional named arguments to pass to odbc::dbConnect()

Value

[Microsoft SQL Server] An ODBC connection object