View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 07:08 AM
Simon Hayes
 
Posts: n/a
Default Re: New SQL Server and Photos

I'm not sure what you're referring to - MSSQL already supports the
image data type for storing up to 2GB of binary data in a row (which
could be photos or anything else).

Although I haven't worked with a system like that myself, previous
newsgroup posts seem to suggest that many people prefer to store only a
path to the binary file in the database, and leave the file itself in
the filesystem.

Simon

Reply With Quote