Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 I Know You Shouldn't Do This, But...

Author  Topic 

andre
Constraint Violating Yak Guru

259 Posts

Posted - 2001-03-12 : 14:12:20
I know you shouldn't store images in SQL Server and I never do, but I was wondering if you can store more complex image formats in the Image data type. Examples include Photoshop and EPS files.

I thought giving the user the option of whether to use the file system or database to store images. The only reason why I'm even considering the image type is because there is no problem with scaling to a web farm.

   

- Advertisement -