Home Forums SQL Server 2008 T-SQL (SS2K8) Varbinary(max) parameters in Nested Stored Procedures by value or reference RE: Varbinary(max) parameters in Nested Stored Procedures by value or reference

  • Thanks for this posting and replies. I too was looking for this answer, that was the first part of it.

    I have a SP to send out up to 1,000 emails in batches (the same email and format) but it requires our logo. Right now I hosted it on my own web domain to make the user happy and the manager. But is more efficient storing and referencing an image for HTML emails using

    sp_send_cdosysmail using a URL or straight from the database as a BLOB ??

    Thanks

    George