March 3, 2017 at 5:02 am
Hi,
I tried to configure FileStream for testing purposes and use it in production database, but FILESTREAM area under database properties is not enabling. I've tried to use install another Express edition to test this, but it hasn't worked either. I've already enabled FILESTREAM options under SQL Server Instance properties. What else do I need to do please??
Regards,
K
March 3, 2017 at 9:25 am
gfx99ne - Friday, March 3, 2017 5:02 AMHi,
I tried to configure FileStream for testing purposes and use it in production database, but FILESTREAM area under database properties is not enabling. I've tried to use install another Express edition to test this, but it hasn't worked either. I've already enabled FILESTREAM options under SQL Server Instance properties. What else do I need to do please??Regards,
K
There are two things to do at the instance level - enabling in Configuration Manager as well as executing:
sp_configure 'filestream_access_level', 2
RECONFIGURE
Sue
March 3, 2017 at 10:52 pm
Sue_H - Friday, March 3, 2017 9:25 AMgfx99ne - Friday, March 3, 2017 5:02 AMHi,
I tried to configure FileStream for testing purposes and use it in production database, but FILESTREAM area under database properties is not enabling. I've tried to use install another Express edition to test this, but it hasn't worked either. I've already enabled FILESTREAM options under SQL Server Instance properties. What else do I need to do please??Regards,
KThere are two things to do at the instance level - enabling in Configuration Manager as well as executing:
sp_configure 'filestream_access_level', 2
RECONFIGURESue
Thank you, it worked 🙂
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply