I have a SQL Server 2005 table with an IMAGE column. The database was originally created in SQL Server 2000.
I want to extract the 900 or so images. The images were created by some old off the shelf ID card software called CardFive, and are created in the software by using TWAIN to create the image directly from a scanner. The user scans the image and it just appears in the ID card software. They are then stored in SQL Server by the software. The problem is, no image file is ever created as far as far I can tell and so I don't know what format the software creates the images in.
I have tried using BCP to extract an image as a test, and have tried giving the filename all sorts of extensions .gif, .jpg, .jpeg, .bmp. However, each time the resulting file cannot be opened.
Does anyone have any ideas on how I could crack this one?
Thanks in advance Jonathan