reporting services - How do I insert an image as a varbinary data type into SQL Server database -
i looking insert statement table varbinary
type column. know it's not best practice, , rather image file path stored, not many images need stored - , want able extract image report.
i'm looking like:
insert dbo.table values('myimage', null, null)
what put 'myimage'?
could display in ssrs report based on query?
Comments
Post a Comment