You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Hi Simon
This package is just what I need for a project, however I get an error Error in t[3] <- getOption("sqlservr.db_database") : replacement has length zero
This appears to be due to line 45 in bcp.r not including the second parameter conn
For now I am ensuring that options('sqlservr.db_database' = ) is included in the code before using db_bcp,
but probably good to consider this in the source.