FIlestream of varbinary ? ( To Store files)
-
After reading several documents , i am still confused whether to use Filestream or Varbinary for storing files? my application need PDf files to be saved in database , size can be between 100 KB to 4 MB I guess in order to use filestream we have to configure server to use that. while varbinary can work as it is. what will be best way?Experts please comment. Thanks.
-
After reading several documents , i am still confused whether to use Filestream or Varbinary for storing files? my application need PDf files to be saved in database , size can be between 100 KB to 4 MB I guess in order to use filestream we have to configure server to use that. while varbinary can work as it is. what will be best way?Experts please comment. Thanks.
-
After reading several documents , i am still confused whether to use Filestream or Varbinary for storing files? my application need PDf files to be saved in database , size can be between 100 KB to 4 MB I guess in order to use filestream we have to configure server to use that. while varbinary can work as it is. what will be best way?Experts please comment. Thanks.
We use filestream only to reduce the size of the database backup which is retained for some ridiculous number of years! documents are backed up seperately.
Never underestimate the power of human stupidity RAH
-
We use filestream only to reduce the size of the database backup which is retained for some ridiculous number of years! documents are backed up seperately.
Never underestimate the power of human stupidity RAH