We have image column in our database?

Jul 6 2012 5:24 AM
Hi,

we have image column in our database and when we try to retreive image, it takes very long time. Is there any way to improve performance?

Any solutions apart from the below
1. Instead of saving data in DB, store it in file system.
2. using varbinary column instead of image column.

Answers (4)