bcpExport |
Export data from SQL Server |
bcpImport |
Import data to SQL Server |
bcpVersion |
Check bcp and sqlcmd versions |
checkTableExists |
Create or drop table |
createTable |
Create or drop table |
dropTable |
Create or drop table |
int |
Determine SQL Server data types from data frame. Follows SQL Server data type size constraints and chooses the smallest data type size. |
makeConnectArgs |
Create a named list of connection arguments to translate to bcp and sqlcmd options |
mapDataTypes |
Determine SQL Server data types from data frame. Follows SQL Server data type size constraints and chooses the smallest data type size. |
sqlcmdVersion |
Check bcp and sqlcmd versions |
SQLServerCLIVersions |
Check bcp and sqlcmd versions |
varBinary |
Determine SQL Server data types from data frame. Follows SQL Server data type size constraints and chooses the smallest data type size. |
varChar |
Determine SQL Server data types from data frame. Follows SQL Server data type size constraints and chooses the smallest data type size. |