Push data to a sql server warehouse via bulk copy process
SQL_Server_BulkPush(
Server = NULL,
DBName = NULL,
TableName = NULL,
SavePath = NULL,
SaveFileName = NULL,
DeleteTextFile = TRUE
)
Server name
Name of the database
Name of the table to pull
Path file to where you want the text file saved
Name of the text file to create
Remove text file when done loading into R
Other Database:
AutoDataDictionaries()
,
ExecuteSSIS()
,
SQL_ClearTable()
,
SQL_DropTable()
,
SQL_Query_Push()
,
SQL_Query()
,
SQL_SaveTable()
,
SQL_Server_BulkPull()
,
SQL_Server_DBConnection()
,
SQL_UpdateTable()