Viewing 4 posts - 1 through 4 (of 4 total)
Wow.. Really.
I have never been able to get xp_Sendmail to actually send HTML formatted text as an HTML Email.
Maybe Outlook (Exchange Server driven) doesn't like receiving html text, but...
November 5, 2002 at 2:47 am
Thank you for your reply.
But unfortunattly, the problem is not using xp_sendmail
it is that I am attempting to send HTML formatted Email and xp_sendmail will not do that for me.
I...
November 2, 2002 at 6:29 am
would it help if you did this:
SELECT Name, Surname, (Max(Id) + 1) as ID
FROM Employees
This would aleays give you 1 + your max value in the table..
Or have you tried...
October 30, 2002 at 12:02 pm
A note on NULL's
NPeeters above commented on concatenating null values.
When building strings on the fly in a select statement, a null value in any one of the returned fields will...
September 20, 2002 at 8:35 am
Viewing 4 posts - 1 through 4 (of 4 total)