|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 11/7/2008 11:31:49 AM
Posts: 105,
Visits: 86
|
|
Hi,
My company is seriously considering translating from SqlServer 2k to TeraData after christmas. I have written an vb.net/sql application that incorporates emailing and subsequent sms notifications. Our email system is Lotus.
Are there/Are there likely to be any functions like SQLMail or the ability to work with email and sms from TeraData?
Excuse me if this is the incorrect forum.
Marc
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 9/23/2006 9:38:00 PM
Posts: 21,
Visits: 1
|
|
depending on what your program does with Teradata. If it just going through odbc and grab data from the database, then no problem. I am not familiar with sqlmail but I think if this is what it supposed to do:
"First, a quick primer for those of you that may not be familiar with SQLMail. SQLMail provides an interface from SQL Server to any MAPI-enabled mail client. This interface is a collection of extended stored procedures that allow you to send and read e-mail using Transasct-SQL statements."
Then no, Teradata does not have such product. You can, however, use external store procedure (V2R6) to write something similar.
 hh - hope it helps teradata.com
|
|
|
|