I would suggest not storing it directly in a table...images and other large binaries tend to negatively impact performance. Instead, store them in another folder (preferably one in the same path as the database), then just store the (relative) path in the database...much quicker to retrieve or update that way.