Viewing 12 posts - 1 through 12 (of 12 total)
Hi rdouglass,
my understanding is that the xp_sendmail sp would require "SQLMail" to be configured which depends on an Outlook client being configured and installed on the SQL server and the...
October 30, 2009 at 9:59 am
Thanks GSquared, only just read your post again very useful for the reports I am generating.
Thanks both.
October 20, 2009 at 7:37 am
thanks Dave for your rapid reply.
All sorted now!!
:hehe:
October 20, 2009 at 7:35 am
hi guys,
sorry for delayed reply only just got round to tested and implementing it, yes it worked thanks really appreciate it cheers.
I used the PATINDEX way, seemed a little easier.
Thanks...
December 2, 2008 at 5:17 am
Hi Guys,
back already!!!!!
Right.... i got the xp_sendmail function working and have started to have a play with the CDONTs functions which to my surprise I have managed to do and...
December 1, 2008 at 10:30 am
rosh (11/26/2008)
what if it was "40 Words 60" , what should the output be?
the data that is being stored is actually house numbers with street names so it could be...
November 26, 2008 at 5:08 am
cheers for the help, will have a play and let you know the outcome.
thanks again
November 11, 2008 at 1:26 am
Yeah I think i will stick to the xp_sendmail function for now as it seems to be a bit quicker and easier to use. Will defo read up on it...
October 22, 2008 at 11:10 am
And lastly.. i promise
is there a way to make the email being sent using the guidelines above in HTML format? and if so how?
Thanking you!!!!!
October 21, 2008 at 10:36 am
Thanks to everyone for their help, all working now.
😀
October 21, 2008 at 7:48 am
Thanks for the help,
I have managed to install an outlook client on the server and restarted the services and the above code works however it attachs the query as a...
October 21, 2008 at 2:07 am
Thanks for this,
I have used the query below:
EXEC master.dbo.xp_sendmail
@recipients = N'name@domain.com',
@query = N'EXEC ComSys..RPT_3_DailyEmail ''17-oct-2008''',
@subject = N'SQL...
October 20, 2008 at 9:27 am
Viewing 12 posts - 1 through 12 (of 12 total)