Discussion:
Send email
(too old to reply)
Fsb
2009-07-27 18:07:32 UTC
Permalink
Hello,

I have a conditional split that splits records into valid and invalid.

How do i send an email of invalid records to the DBA?
Luuk
2009-07-27 19:38:03 UTC
Permalink
Post by Fsb
Hello,
I have a conditional split that splits records into valid and invalid.
How do i send an email of invalid records to the DBA?
Outlook ?
--
Luuk
Russell Fields
2009-07-28 15:01:52 UTC
Permalink
You might find Marcin Policht's series on SSIS helpful. Here is the
SendMail discussion:
http://www.databasejournal.com/features/mssql/article.php/3646986/SQL-Server-2005-Integration-Services---Part-39---Send-Mail-Task.htm

Another site dedicated to helping you use SSIS is: http://www.sqlis.com/

Because problems are not always predictable, it is possible that you will
get a massive number of errors due to someone making a simple mistake. A
giant email is not always that friendly to deal with.

Therefore, I would suggest that if there are any errors you might:
1. Save the problems to a file and email the link to the DBA.
2. Save the problems to a table in SQL Server and email the DBA to
investigate the saved problem rows.

FWIW,
RLF
Post by Fsb
Hello,
I have a conditional split that splits records into valid and invalid.
How do i send an email of invalid records to the DBA?
Continue reading on narkive:
Loading...