I'm very new to MS SQL, and I ran into this problem: Cannot bulk load. The file "c:\data.txt" does not exist
I am trying to give co-workers a custom query with variable input (they will use different input.txt daily). I understand that for Bulk Insert to work, the input file needs to be on the server.
There seem to be a couple of solutions: MS SQL Server - Bulk Insert Across a Network
What would be the best way to upload a local file progmatically?