Prepare to work with FILESTREAM data in MS-SQL
General
A customer database may include FILESTREAM data. This data will be transferred to GI and VDB automatically.
Configuration
On both source and target servers perform:
Open SQL server configuration manager → SQL Server services
Select SQL server with needed instance name
Right click → properties → FILESTREAM
Check all checkboxes
Run SQL Management studio and connect to the needed server
Run :
EXEC sp_configure filestream_access_level, 2;
RECONFIGURE;
Remember to do it for both source and target servers!
, multiple selections available,