Hello
If i want set all users same image
Isn't like this code?
The image in c: folder name img name image 1.png
insert into Table_infoname(id, profileimage)
SELECT BulkColumn
FROM Openrowset(Bulk 'C:\img\1.png', Single_Blob) as image
I am getting error
Msg 4834, Level 16, State 1, Line 3 You do not have permission to use the bulk load statement.