1. Create FILESTREAM filegroup. 2. Add FILESTREAM column to table 3.   Choose one of: a. Write an app to select data from the BLOB column and stream it into the FILESTREAM column b. UPDATE <table> SET <filestream_column> = <blob Read More...