Viewing 12 posts - 31 through 42 (of 42 total)
how to use without using query parameter..
July 1, 2011 at 9:50 pm
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'Test',
@recipients = 'xx@abc.com',
@subject = 'Work Order Count',
@file_attachments='R:\test\test.csv'
its executing properly but mail...
July 1, 2011 at 8:55 am
its using query but i need send csv file its stored in my disk
July 1, 2011 at 8:45 am
here not open this pages..pls provide how to use it..
July 1, 2011 at 5:50 am
how to use sp_send_cdosysmail format in sql server 2008..give me solution..
July 1, 2011 at 5:34 am
thks now its working... before that i used sql server 2000 now i migrate to sql2008 so i need send mail same format without change script and without create profile..pls...
July 1, 2011 at 5:30 am
thaks ii have configured but i check error log
SELECT * FROM msdb.dbo.sysmail_event_log
msg is
"The mail could not be sent to the recipients because of the mail server failure. (Sending...
June 30, 2011 at 11:42 pm
job alert..when job is completed after that automaically send to mail..
June 30, 2011 at 11:03 pm
thks for reply..one more small query
when i used sql upgrade advisor i couldn't find any error but when i compiled procedure that show show error..so i need how to...
June 23, 2011 at 7:12 am
Viewing 12 posts - 31 through 42 (of 42 total)