Viewing 15 posts - 76 through 90 (of 108 total)
Where is the email relayed to, I mean to say Microsoft Outlook or yahoo/gmail etc?
Satnam
January 19, 2011 at 11:34 pm
Normally in some cases the latency is high due to network issues. As per my experience when the traffic on the n/w is high and the data is getting replicated...
January 19, 2011 at 11:22 pm
Uday,
Just go through the link below,
http://www.mssqltips.com/tip.asp?tip=1100
I hope this will help you to identify the mistake.
Cheers,
Satnam
January 19, 2011 at 11:11 pm
Backing up a test environment is always good. What u can do is that perform a full backup on a daily basis and dont take copies of those on tape...
January 18, 2011 at 11:43 pm
Excellent article paul.Couldn't ask much better than this.
Great work done.
Satnam
January 18, 2011 at 12:06 am
Pankaj,
Few weeks back, I wrote an article for http://www.sql-server-performance.com on the similar issue, the same can be referred on the below link,
http://www.sql-server-performance.com/articles/dba/email_alerts_notification_p1.aspx
Please let me know if you face any issues.
With...
January 16, 2011 at 10:09 pm
Nice one.
October 21, 2010 at 12:05 am
Thanks for that Suresh. TCP/IP is already enabled on the server.
September 17, 2010 at 12:42 am
Many Thanks for that Gail. Any idea about how i introduce corruption into the data file manually,search for the page with the As and change one byte to a ‘B’...
June 29, 2010 at 1:37 am
Mike,
In my case, the table storing the email addresses of the users to whom the Newsletters were supposed to be sent was in MYSQL database.It is also not possible that...
May 27, 2010 at 9:53 pm
You can send email from SQL to Outlook, Lotus Notes etc.I have implemented it for Microsoft Outlook.We need to know the relay server IP address while creating the Database Mail...
May 27, 2010 at 4:44 am
Many Thanks to you. In order to achieve the results, use the below T-SQL query:
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'Profile Name',
@recipients=@cs_application_email,
@copy_recipients...
May 27, 2010 at 2:47 am
update R
set WorkType = case
when WorkTypeID in(4,5,6) AND UPPER(OPNumber) LIKE '%S' AND UPPER(OPNumber) NOT LIKE 'GS%S' then 'SSR Enhancements'
...
May 18, 2010 at 12:34 am
I would recommend you to use BCP feature available in SQL Server 2000 to copy the results of the SQL query to an excel file, then use xp_sendmail mail feature...
May 17, 2010 at 11:58 pm
Fantastic....
April 15, 2010 at 2:59 am
Viewing 15 posts - 76 through 90 (of 108 total)