Learn R Programming

RemixAutoML (version 0.5.0)

SQL_Server_BulkPush: SQL_Server_BulkPush

Description

Push data to a sql server warehouse via bulk copy process

Usage

SQL_Server_BulkPush(
  Server = NULL,
  DBName = NULL,
  TableName = NULL,
  SavePath = NULL,
  SaveFileName = NULL,
  DeleteTextFile = TRUE
)

Arguments

Server

Server name

DBName

Name of the database

TableName

Name of the table to pull

SavePath

Path file to where you want the text file saved

SaveFileName

Name of the text file to create

DeleteTextFile

Remove text file when done loading into R

See Also

Other Database: AutoDataDictionaries(), ExecuteSSIS(), SQL_ClearTable(), SQL_DropTable(), SQL_Query_Push(), SQL_Query(), SQL_SaveTable(), SQL_Server_BulkPull(), SQL_Server_DBConnection(), SQL_UpdateTable()