priyeshn (7/1/2014)
After enabling FileStream (check all 3 options) in SQL Server configuration Manager, run the following command & restart SQL service (mandatory)
EXEC sp_configure filestream_access_level, 2
RECONFIGURE
GO
*This should get you past the...