storing url of an image in sql server 2005 table

  • How to store the url of an image using insert statement in sql server 2005? What is the syntax?

  • 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.

  • 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