I need to insert an image from a path in my computer (for example D:\th.jpg
) into a MS SQL Server binary column with T-SQL and choose specific row with WHERE clause.
This column's name is Image
with a datatype of varbinary(MAX)
and my table name is Recipes
.