Viewing 10 posts - 1 through 10 (of 10 total)
Foe SQL 2005 and 2008, use:
EXEC msdb..sp_send_dbmail
@profile_name='Default',
@recipients= 'xyz@yahoo.com',
@subject= 'Test 1',
@body = 'This is a test message.',
@file_attachments = null,
@importance = 'HIGH',
@sensitivity ='CONFIDENTIAL'
September 29, 2010 at 1:45 pm
Found one possible solution:
The SMTP server (set up in table msdb.dbo.sysmail_server) needs to be routed through Microsoft exchange server. Once the SMTP server has been routed through Microsoft exchange...
September 29, 2010 at 1:30 pm
Thank you Ten and Lowell:
When we send out e-mail using Microsoft Outlook, if we put the word ‘SECURE’ in subject line, the user will receive the e-mail notice and they...
September 29, 2010 at 9:09 am
Thank You,
June 30, 2010 at 1:12 pm
The following folder need to be created:
C:\Windows\SysWOW64\config\systemprofile\Desktop
June 30, 2010 at 1:03 pm
My system administrator is being able to fix this problem. He gives me a link:
Thanks my system administrator.
Mary Ming Wang
June 30, 2010 at 12:07 pm
Has the problem 'Unable to get the Open property of the Workbooks class' been resolved? If so, would you please let me know what method did you use?
I’m encountering the...
June 30, 2010 at 9:46 am
I found an instant quick fix for my problem; I write the xp_cmdshell output into a table, than check the table to see if there are any ‘Not connected’ or...
January 8, 2010 at 11:49 am
Thank you for the suggestions.
Because the ftp open its own shell, the xp_cmdshell will return ‘0’ if the remote server busy or not available at file transmission time, are...
January 8, 2010 at 9:48 am
Viewing 10 posts - 1 through 10 (of 10 total)