Viewing 8 posts - 1 through 8 (of 8 total)
i dont get what u have replied
This is one of the rare scenarios where you'll have to use a loop and iterate through every distinct user.
Assign the mail addresse to...
August 24, 2014 at 4:11 am
i realized i posted my question to sql 2005 tthats why i posted here as well. Its not a floooood:hehe:
August 24, 2014 at 4:10 am
It was too early to say it is working!!
When I add below to my code:
DECLARE @recep varchar(500)
SET
@recep= (SELECT email
FROM
dbo.mytable
)
Now i can send email to variable...
August 24, 2014 at 3:49 am
It worked for me. I sorted out by myself.
But thanks for your reply:-)
August 24, 2014 at 3:24 am
It worked for me. I sorted out by myself.
August 24, 2014 at 3:24 am
It worked for me. I sorted out by myself.
August 24, 2014 at 3:24 am
I'm using sql2008
August 24, 2014 at 2:18 am
I'm also having similar issuer. I have below codes but i'm not sure how to define variable emails from same table
use
db
go
DECLARE @tableHTML NVARCHAR(MAX) ;
SET @tableHTML =
...
August 24, 2014 at 2:14 am
Viewing 8 posts - 1 through 8 (of 8 total)