Well now at the end of my program I'm facing an access denied
Dim sqlFile As SqlFileStream = New SqlFileStream(filePathName, fileToken, FileAccess.Write)
This is the last command in order to write the STREAM image in the table.
This command returns me an 'Access Denied' error no other comment.
I have give in my account a Login relation which is Windows Login account which is a member of
SQLServerMSSQLUser$developer$SQLEXPRESS
account
Means that we have all the prmissions on the server (as a machine)
Even so i receive the 'Access Denied'
The Service account it is not the problem because we have solve it from the very start of this program
anyone which can help me?