Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BCPY with varbinary column #22

Open
code02el478 opened this issue Oct 26, 2020 · 0 comments
Open

BCPY with varbinary column #22

code02el478 opened this issue Oct 26, 2020 · 0 comments

Comments

@code02el478
Copy link

while running bcpy which pulls the data from sql server database table, one of the column in table is varbinary, and bcpy was throwing error to load the data. Need to improve code if the column is varbinary. error listed below.

Exception: Bcp command failed. Details:
CompletedProcess(args=['bcp', 'db.dbo.Test_load', 'IN', 'C:\Users\AppData\Local\Temp\1\ZFfVlRanQcdud693OIJqN', '-f', 'C:\Users\AppData\Local\Temp\1\XR3YAxE7OhPFOPabU7CUb', '-S', 'testhost', '-b', '10000', '-U', 'user', '-P', '@password', '-F', '2'], returncode=1, stderr=b'')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant