crprajan
Old Hand
Points: 342
More actions
July 30, 2008 at 1:54 am
#191858
How to store the url of an image using insert statement in sql server 2005? What is the syntax?
steveb.
SSC-Forever
Points: 46733
July 30, 2008 at 3:43 am
#850326
Store the url as a varchar(250) or nvarchar(250) if needed.
Either insert the data via a stored proc, or via your front-end application using paramerized sql.
knausk
Points: 320
November 24, 2009 at 9:23 am
#1083533
once the url is stored can you reference it in a query and have the image load to the report body in SSRS 2005?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply