Question: Due to the increased work to set up , our author recommends using this approach to store BLOB data only when most of the BLOBs
Due to the increased work to set up our author recommends using this approach to store BLOB data only when most of the BLOBs are bigger than megabyte and when fast read access is critical.
use a varbinarymax column without FILESTREAM attribute
Using varbinarymax column with the FILESTREAM attribute
store a string value in the database column that points to a binary file on the file system
use a varcharmax column
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
