﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Frank Loschiavo / Article Discussions / Article Discussions by Author  / Have You Been Told Today / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 20 May 2013 22:10:24 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Have You Been Told Today</title><link>http://www.sqlservercentral.com/Forums/Topic214112-250-1.aspx</link><description>&lt;P&gt;We have a table of events/errors that we monitor, one column of which is a bit Column 'IsSMS', another are the email addresses to contact.&lt;/P&gt;&lt;P&gt;When events are processed by the service, it does a lookup on the table and if IsSMS is set to True, it sends an email to the specified addresses, which in this case are the cellphone SMS addresses.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Fri, 21 Oct 2005 09:48:00 GMT</pubDate><dc:creator>Tim OPry</dc:creator></item><item><title>RE: Have You Been Told Today</title><link>http://www.sqlservercentral.com/Forums/Topic214112-250-1.aspx</link><description>How did you extend this to SMS yourself ??</description><pubDate>Fri, 21 Oct 2005 09:37:00 GMT</pubDate><dc:creator>John O'Brien-271326</dc:creator></item><item><title>RE: Have You Been Told Today</title><link>http://www.sqlservercentral.com/Forums/Topic214112-250-1.aspx</link><description>I too use the CDO object, I tried this net send and received back the message that "sending is no longer supported".</description><pubDate>Thu, 20 Oct 2005 10:46:00 GMT</pubDate><dc:creator>Jereme Guenther</dc:creator></item><item><title>RE: Have You Been Told Today</title><link>http://www.sqlservercentral.com/Forums/Topic214112-250-1.aspx</link><description>Is this a procedure that comes with 2000? if so how do you call it?</description><pubDate>Thu, 20 Oct 2005 08:44:00 GMT</pubDate><dc:creator>George Oakes</dc:creator></item><item><title>RE: Have You Been Told Today</title><link>http://www.sqlservercentral.com/Forums/Topic214112-250-1.aspx</link><description>We use xp_smtp_sendmail to send email notifications.  Works great.  In the context of this article, it would just be an Execute SQL task.</description><pubDate>Thu, 20 Oct 2005 08:26:00 GMT</pubDate><dc:creator>John Scarborough</dc:creator></item><item><title>RE: Have You Been Told Today</title><link>http://www.sqlservercentral.com/Forums/Topic214112-250-1.aspx</link><description>&lt;P&gt;You could also use vbscript to send email notification using CDO.Message&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Thu, 20 Oct 2005 07:01:00 GMT</pubDate><dc:creator>Craig A. Silvis</dc:creator></item><item><title>RE: Have You Been Told Today</title><link>http://www.sqlservercentral.com/Forums/Topic214112-250-1.aspx</link><description>&lt;P&gt;We use sp_OAMethod to invoke a method on a COM object installed on our SQL server. This COM object has several methods that accepts the params and then sends them in a UDP broadcast on our LAN. The parameters are typically a varchar or 2 and a WORD, which is the messae number/ID.&lt;/P&gt;&lt;P&gt;We monitor the broadcasts via a client application which handles the data according to the message id. This is used for everything from updating Calendar information in real time to completion/error notification for tasks.&lt;/P&gt;&lt;P&gt;We also have a service that monitors the UDP port for IT specific messages and based upon the time of day/priority will notify staff via email or SMS text to our cellphone.&lt;/P&gt;</description><pubDate>Thu, 20 Oct 2005 06:30:00 GMT</pubDate><dc:creator>Tim OPry</dc:creator></item><item><title>RE: Have You Been Told Today</title><link>http://www.sqlservercentral.com/Forums/Topic214112-250-1.aspx</link><description>&lt;P&gt;You could also use the extended procedure xp_cmdShell to send the net message.&lt;/P&gt;&lt;P&gt;I use the following command in an Execute SQL task object in my DTS packages and you can create others as well for success of failure. The following command tells me that my package is starting. I also have one the tells me when the DTS package completes. This way I have an idea of how long a package is taking to complete. &lt;/P&gt;&lt;P&gt;exec master..xp_cmdShell 'Net Send myComputerName Import Store Package Starting', NO_output&lt;/P&gt;&lt;P&gt;The only problem with using the xp_cmdShell is that you must have the authority to run the command and a typical user by default does not. You would need to set the access to this extended stored proc to user account that the SQL server Agent is running under. For us it is the administrator account so they do have access to this procedure. Your SQL may be set up differently check with your SQL DBA first.&lt;/P&gt;&lt;P&gt;and on another note this procedure can also run other things and can be used for malicious reasons so be careful when setting the security on this procedure.&lt;/P&gt;&lt;P&gt;Just my two centsGeorge&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Thu, 20 Oct 2005 05:50:00 GMT</pubDate><dc:creator>George Oakes</dc:creator></item><item><title>Have You Been Told Today</title><link>http://www.sqlservercentral.com/Forums/Topic214112-250-1.aspx</link><description>Comments posted to this topic are about the content posted at &lt;A HREF="http://www.sqlservercentral.com/columnists/floschiavo/haveyoubeentoldtoday.asp"&gt;http://www.sqlservercentral.com/columnists/floschiavo/haveyoubeentoldtoday.asp&lt;/A&gt;</description><pubDate>Thu, 25 Aug 2005 14:37:00 GMT</pubDate><dc:creator>frankl</dc:creator></item></channel></rss>