I am trying to drag a file from my desktop to the local / MSSQLSERVER folder used for filestream files. Every time I do this, I get the following Windows error: "You need permission to complete this action."
I feel like I tried everything under the sun to solve this problem, from adding users and groups to the list of permissions for shared access (and providing full access) - up to setting permissions in SQL Server (for the database and individual table file) .
My local MSSQLServer service is registered as a network account, and I am trying to drag and drop it using a Windows authenticated account. I tried to modify so that the service would go to the Windows auth account, reboot, but still no luck.
Any thoughts?
thanks
source share