Large object (LOB) data for table

  • I have an existing table for LOB data(it is used in production) that others in my org say cannot be used (needs to be restored), how do i enable it for the dev environment? I have tried all the scripts and configs I have found on the net like

    EXEC sp_configure filestream_access_level, 2

    RECONFIGURE

    and also configuration through management studio (all looks good)

    this is the error message i receive when i do a select * on the table

    Msg 670, Level 16, State 1, Line 2

    Large object (LOB) data for table "dbo.FS_Blob" resides on an offline filegroup ("SC_ProductionFS") that cannot be accessed.

  • This was removed by the editor as SPAM

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply