How to Store and Retrieve Images Using SQL Server (Server Management Studio)
- by Joe Majewski
I am having difficulties when trying to insert files into a SQL Server database. I'll try to break this down as best as I can:
What data type should I be using to store image files (jpeg/png/gif/etc)? Right now my table is using the image data type, but I am curious if varbinary would be a better option.
How would I go about inserting the image…