FILESTREAM in SQL Server 2008

Discussion in 'Site Programming, Development and Design' started by WinFXGuy, Dec 10, 2010.

  1. rum

    rum Winhost Staff

    FileStream is not enabled on our SQL servers.
     
  2. Ray

    Ray

    For something like FileStream features you'll definitely would need a dedicated SQL server.
     
  3. Any reason, why it can not work in hosted environment?
     
  4. Ray

    Ray

    It's not because it cannot work on a hosting environment it is more difficult to implement it on a shared hosting environment. Remember, on a shared hosting environment security is setup differently then a dedicated hosting environment to protect the other accounts.
     
  5. FredC

    FredC Winhost Staff

    The main problem is with maintaining quota with the file stream data.

    SQL has it own quota limit on a per database basis but this doesn't apply to data located in the disk system.
     

Share This Page