I am trying to insert images using \"bulk\" into SQL Server 2012. But, am ending up with the error message stating tha:
Msg 4834, Level 16, State 1, L
If you get an error saying "Cannot Bulk load file because you don't have access right"
First make sure the path and file name you have given are correct.
then try giving the bulkadmin role to the user. To do so follow the steps :- In Object Explorer -> Security -> Logins -> Select the user (right click) -> Properties -> Server Roles -> check the bulkadmin checkbox -> OK.
This worked for me.