SQL_SaveTable create a database table
SQL_SaveTable(
DataToPush,
DBConnection,
SQLTableName = "",
RowNames = NULL,
ColNames = TRUE,
CloseChannel = TRUE,
AppendData = FALSE,
AddPK = TRUE,
Safer = TRUE
)data to be sent to warehouse
RemixAutoML::SQL_Server_DBConnection()
The SQL statement you want to run
c("Segment","Date")
Column names in first row
TRUE to close when done, FALSE to leave the channel open
TRUE or FALSE
Add a PK column to table
TRUE
Other Database:
AutoDataDictionaries(),
ExecuteSSIS(),
SQL_ClearTable(),
SQL_DropTable(),
SQL_Query_Push(),
SQL_Query(),
SQL_Server_BulkPull(),
SQL_Server_BulkPush(),
SQL_Server_DBConnection(),
SQL_UpdateTable()