dbTalk Databases Forums  

Multiple emails within one DTS package

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Multiple emails within one DTS package in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ngorbunov via SQLMonster.com
 
Posts: n/a

Default Multiple emails within one DTS package - 08-22-2006 , 10:31 AM






I have a web application that prompts a user for some info and creates
databases on the fly with VB.NET.

Multiple databases can be created in one day. I need to create a DTS package
that will be scheduled to run daily. This dts gathers some info on each
database that got created. For example, 5 databases were created.

The DTS creates an email with some statistics in the body of the email and a
csv file attachment of some info from the databases. At this point I haven't
decided (or actually wasn't told by my manager) if the package should create:

1. separate emails (in this cases 5 emails) with the csv file attached to
each email and stats in the body OR


2. one email with 5 attachments (for each db) and stats of all 5 dbs in the
body OR

3. one email with one attachment, but 5 worksheets and stats of all 5 dbs in
the body.

Are all of these scenaries possible within a DTS package. Remember, I won't
know how many databases were created. I'd have to figure that out dynamically.


Thanks,
Ninel

--
Message posted via http://www.sqlmonster.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.