June 2, 2016 at 10:19 am
A bit confused with permission to access FS container.
As per MS: “If a user has permission to the FILESTREAM column in a table, the user can open the associated files.”
Does it mean no extra permission on folder level (with FS files) is required?
Does this include sql account also?
What account in that case (sql authentication) used to access FS container- sql server service?
Thanks
June 3, 2016 at 1:10 am
if you have the sql access to these column and it will allow you to access the file stream data using your managed api.
June 3, 2016 at 7:54 am
Hmm,
But in accordance with MS blog:
"File Streams only support integrated security access. The Windows HANDLE model does not understand SQL Server logins"
Am I missing anything there?
Thanks
June 3, 2016 at 8:02 am
Yup. Filestream supports only window authentication. But there is a workaround though.
http://www.sqlskills.com/blogs/bobb/using-filestream-streaming-io-and-sql-logins-with-impersonation/
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply