In your opinion what's the most effecient way of storing image fields, in on the database or a storing the file location (i.e. the windows foler location ex. c:\image\image1.jpg"). I'm using crystal reports 8.0, sql 2000, and asp as the front end. when i select by last_name in the asp page it can return quite a few records. Sometime it slows down. would it be better to store the images in a windows folder and then store the file location on the sql table?