Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Using Variable Value in Email Body

Author  Topic 

Starlet_GT
Yak Posting Veteran

81 Posts

Posted - 2007-09-20 : 03:09:04
Hello,

I have declared a variable in my SSIS package and got record count from myTable. Now I want to use this variable in email subject and email body.

Whereas when i use variable in email body then it result in variable value only ... i am unable to insert other text in it.

Please give some idea how to do it?
   

- Advertisement -