Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use FileStream or Not?
Message
From
15/05/2013 16:27:44
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
15/05/2013 16:25:43
General information
Forum:
Microsoft SQL Server
Category:
Database design
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01573951
Message ID:
01573986
Views:
38
>>Hi,
>>
>>In VFP I would never store files (like PDF/DOC) in a table, however, now that I am using SQL Server I have been using the FILESTREAM features to store the files. Works fine and super fast for me, although the table with the files is almost 8GB now. Another developer is now needing access to these files and is suggesting that we don't use the filestream as "it's always a bad idea to store files in a database" and "the table is getting too big" and "accessing the files is too slow".
>>
>>What is your opinion?
>
>I'd decide on the biz use case: do you need the security of SQL server to include the file itself ?
>If yes, make it part of the DB - think scanned bills/receipts...
>
>HTH
>
>thomas

Can you access the files directly in File Explorer on the server when using FileStream?
Very fitting: http://xkcd.com/386/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform