Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51
The configuration option 'filestream_access_level' does not exist, or it may be an advanced option.
I am a newbie to SQL Server and am sure that there must be a step to point to Stored Proc location that I am missing. Thanks.
Nevermind, I found that in connecting I had connected to SQLEXPRESS (where filestream is not supported) - instead of SQLServer. All the above steps worked perfectly when I connected to SQLServer. Thanks.
[Tai Yee - MSFT] Thank you for following up with the resolution to your problem!