Home Forums SQL Server 2008 T-SQL (SS2K8) Loop Through the records - send email - set the value of the field - Need Code Help RE: Loop Through the records - send email - set the value of the field - Need Code Help

  • Thanks for the reply.

    Another Quick Question. My Email body is very long.

    Ideally i would like to store the Body in a text file and read the text file into a SQL Variable like

    set @EmailBody = 'read from the text file

    Is it possible ?