Best Practice to Store Files in MSSQL

Discussion in 'Databases' started by Steve W, Apr 16, 2016.

  1. I'd like to allow users to upload files and store those. Primarily for convienance (I'm using C#/Entity Framework) I'd like to store them in the database. I'm concerned that blob fields are going to take too much space. Are the databases for Everleap configured to permit Filestream fields?
     
  2. Takeshi

    Takeshi Everleap staff

    Unfortunately, filestream is not supported. It's generally better to store files in the webspace and store the location in the database.
     

Share This Page