Re: [SQL] Storage of Binary Data

2006-07-27 Thread Andrew Sullivan
> For my web projects, we have been storing binary data (like images, PDF's, > etc) on the hard drive of the web server instead of the database. Within > the database, we keep information, like whether an image is present, in a > separate column. In most cases, this is probably the best approach.

[SQL] Storage of Binary Data

2006-07-25 Thread Aaron Bono
I have a somewhat philosophical question about best practices when storing binary data.For my web projects, we have been storing binary data (like images, PDF's, etc) on the hard drive of the web server instead of the database.  Within the database, we keep information, like whether an image is pre