SQL_DropTable drop a database table
SQL_DropTable(
DBConnection,
SQLTableName = "",
CloseChannel = TRUE,
Errors = TRUE
)RemixAutoML::SQL_Server_DBConnection()
The SQL statement you want to run
TRUE to close when done, FALSE to leave the channel open
Set to TRUE to halt, FALSE to return -1 in cases of errors
Other Database:
AutoDataDictionaries(),
ExecuteSSIS(),
SQL_ClearTable(),
SQL_Query_Push(),
SQL_Query(),
SQL_SaveTable(),
SQL_Server_BulkPull(),
SQL_Server_BulkPush(),
SQL_Server_DBConnection(),
SQL_UpdateTable()