I have a database that I'm accessing via SQL Management Studio 2014 (SMS2014). There is a field Signature
on my table User
that its a varbinary(max)
type.
I have a folder of PNG images that I'd like to manually add to each record in the User
table to file the Signature
field.
How can I accomplish this? Is there an easy way I can do it using SMS2014 or another way maybe using a query that I run with different values for each record I want to set?