i have develop an application which make use of Microsoft SQL Sever 2008. i store data in this database and store location of images in a table in the database. The application get the location of the image from the database and display the images. but when i use the application on a different computer other than where the database is installed the images wont display, because the images are not at the current location on the computer. is it advisable to store the pictures as bits in the database and retrieve it remotely if not then how can i get over this. i connect to the database remotely