I\'m trying to set up a Stored Procedure as a SQL Server Agent Job and it\'s giving me the following error,
Cannot bulk load because the file \"P:\\file.csv\" could no
I have solved this issue,
login to server computer where SQL Server is installed get you csv file on server computer and execute your query it will insert the records.
If you will give datatype compatibility issue change the datatype for that column