SQLScholar
Programmer
Hey all,
In a DTS package I have a global var. In the SQL tasks we can pass parametres then set the parametre to the global var.
Now the question....
How do i pass this global var into a sendmail task?
So for instance, currently the var is the rundate. So how can i make the subject of the email say -
"Report name - " & rundate
(obviously without the " and &)
Thanks all
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
In a DTS package I have a global var. In the SQL tasks we can pass parametres then set the parametre to the global var.
Now the question....
How do i pass this global var into a sendmail task?
So for instance, currently the var is the rundate. So how can i make the subject of the email say -
"Report name - " & rundate
(obviously without the " and &)
Thanks all
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------