There are similar questions but they didn't address my problem:
I have a stored procedure defined in my remote database. As part of it operation, the SP has to bulk insert from a local file (through my application running on my local machine):
the procedu...