AutoDataDictionaries is a function to return data dictionary data in table form
AutoDataDictionaries(
Type = "sqlserver",
DBConnection,
DDType = 1L,
Query = NULL,
ASIS = FALSE,
CloseChannel = TRUE
)= "sqlserver" is currently the only system supported
This is a RODBC connection object for sql server
Select from 1 - 6 based on this article
Supply a query
Set to TRUE to pull in values without coercing types
Set to TRUE to disconnect
Other Database:
ExecuteSSIS(),
SQL_ClearTable(),
SQL_DropTable(),
SQL_Query_Push(),
SQL_Query(),
SQL_SaveTable(),
SQL_Server_BulkPull(),
SQL_Server_BulkPush(),
SQL_Server_DBConnection(),
SQL_UpdateTable()