I wanted to know if there is any way of accessing my local hard drive to use BULK INSERT or another command to insert data into a SQL Server database table from a CSV file.
I've used BULK INSERT before but in order to use it, I had to put the CSV file on the server's hard drive, not my local hard drive. I had access to the hard disk of the computer the server was on.
This time I only have read and write access to SQL Server but not to the whole computer it is installed on.
Does anyone have any suggestions on how I can do this?