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
Try and add support for detecting piped input on the server side:
bcp < filename
because this would allow for things like
cat filename | gzip | bcp
with the receiving end doing
bcp | gunzip > filename
The text was updated successfully, but these errors were encountered:
Thanks to latitude:
Try and add support for detecting piped input on the server side:
bcp < filename
because this would allow for things like
cat filename | gzip | bcp
with the receiving end doing
bcp | gunzip > filename
The text was updated successfully, but these errors were encountered: