Viewing 4 posts - 1 through 4 (of 4 total)
Try the following code to execute a stored procedure from VBA
Dim cnn As ADODB.Connection
Dim...
March 2, 2010 at 9:05 am
Here are couple of links which may be helpful.
http://msdn.microsoft.com/en-us/library/ms252091(VS.80).aspx
April 21, 2009 at 9:32 am
Please use the variables declared in the attached example to set the @body parameter of the procedure dbo.xp_smtp_sendmail.
You can use the html tags to format your email body as you...
December 11, 2008 at 6:35 am
By Default SQL Mail is not enabled in SQL Server2005 and xp_SendMail uses SQL Mail. You will have to enable it before using it.
It is recommended to use Database Mail...
November 4, 2008 at 7:16 am
Viewing 4 posts - 1 through 4 (of 4 total)