dbTalk Databases Forums  

help on email the exported results through DTS (SQL2K5)

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


Discuss help on email the exported results through DTS (SQL2K5) in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sg
 
Posts: n/a

Default help on email the exported results through DTS (SQL2K5) - 07-18-2008 , 08:51 AM






Hi,

I'm wondering if this can be done.
DTS will export query results into a flat file, is it possible to continue
to email this flat file?

Thanks a lot,
Sarah

Reply With Quote
  #2  
Old   
matteus
 
Posts: n/a

Default Re: help on email the exported results through DTS (SQL2K5) - 07-18-2008 , 09:12 AM






On Jul 18, 3:51 pm, sg <s... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
Hi,

I'm wondering if this can be done.
DTS will export query results into a flat file, is it possible to continue
to email this flat file?

Thanks a lot,
Sarah
Yes it is.
You can either use Send Mail Task (and you must have Outlook installed
on your dbserver) or script with activeX for sending it with SMTP
(ain't really sure about it) or again use scripting to dynamically
build a .BAT for sending your attachment with a free command line
program like:
http://www.blat.net
http://sourceforge.net/project/showf...group_id=81910

HTH
M.


Reply With Quote
  #3  
Old   
matteus
 
Posts: n/a

Default Re: help on email the exported results through DTS (SQL2K5) - 07-18-2008 , 09:12 AM



On Jul 18, 3:51 pm, sg <s... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
Hi,

I'm wondering if this can be done.
DTS will export query results into a flat file, is it possible to continue
to email this flat file?

Thanks a lot,
Sarah
Yes it is.
You can either use Send Mail Task (and you must have Outlook installed
on your dbserver) or script with activeX for sending it with SMTP
(ain't really sure about it) or again use scripting to dynamically
build a .BAT for sending your attachment with a free command line
program like:
http://www.blat.net
http://sourceforge.net/project/showf...group_id=81910

HTH
M.


Reply With Quote
  #4  
Old   
matteus
 
Posts: n/a

Default Re: help on email the exported results through DTS (SQL2K5) - 07-18-2008 , 09:12 AM



On Jul 18, 3:51 pm, sg <s... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
Hi,

I'm wondering if this can be done.
DTS will export query results into a flat file, is it possible to continue
to email this flat file?

Thanks a lot,
Sarah
Yes it is.
You can either use Send Mail Task (and you must have Outlook installed
on your dbserver) or script with activeX for sending it with SMTP
(ain't really sure about it) or again use scripting to dynamically
build a .BAT for sending your attachment with a free command line
program like:
http://www.blat.net
http://sourceforge.net/project/showf...group_id=81910

HTH
M.


Reply With Quote
  #5  
Old   
matteus
 
Posts: n/a

Default Re: help on email the exported results through DTS (SQL2K5) - 07-18-2008 , 09:12 AM



On Jul 18, 3:51 pm, sg <s... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
Hi,

I'm wondering if this can be done.
DTS will export query results into a flat file, is it possible to continue
to email this flat file?

Thanks a lot,
Sarah
Yes it is.
You can either use Send Mail Task (and you must have Outlook installed
on your dbserver) or script with activeX for sending it with SMTP
(ain't really sure about it) or again use scripting to dynamically
build a .BAT for sending your attachment with a free command line
program like:
http://www.blat.net
http://sourceforge.net/project/showf...group_id=81910

HTH
M.


Reply With Quote
  #6  
Old   
matteus
 
Posts: n/a

Default Re: help on email the exported results through DTS (SQL2K5) - 07-18-2008 , 09:12 AM



On Jul 18, 3:51 pm, sg <s... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
Hi,

I'm wondering if this can be done.
DTS will export query results into a flat file, is it possible to continue
to email this flat file?

Thanks a lot,
Sarah
Yes it is.
You can either use Send Mail Task (and you must have Outlook installed
on your dbserver) or script with activeX for sending it with SMTP
(ain't really sure about it) or again use scripting to dynamically
build a .BAT for sending your attachment with a free command line
program like:
http://www.blat.net
http://sourceforge.net/project/showf...group_id=81910

HTH
M.


Reply With Quote
  #7  
Old   
matteus
 
Posts: n/a

Default Re: help on email the exported results through DTS (SQL2K5) - 07-18-2008 , 09:12 AM



On Jul 18, 3:51 pm, sg <s... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
Hi,

I'm wondering if this can be done.
DTS will export query results into a flat file, is it possible to continue
to email this flat file?

Thanks a lot,
Sarah
Yes it is.
You can either use Send Mail Task (and you must have Outlook installed
on your dbserver) or script with activeX for sending it with SMTP
(ain't really sure about it) or again use scripting to dynamically
build a .BAT for sending your attachment with a free command line
program like:
http://www.blat.net
http://sourceforge.net/project/showf...group_id=81910

HTH
M.


Reply With Quote
  #8  
Old   
matteus
 
Posts: n/a

Default Re: help on email the exported results through DTS (SQL2K5) - 07-18-2008 , 09:12 AM



On Jul 18, 3:51 pm, sg <s... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
Hi,

I'm wondering if this can be done.
DTS will export query results into a flat file, is it possible to continue
to email this flat file?

Thanks a lot,
Sarah
Yes it is.
You can either use Send Mail Task (and you must have Outlook installed
on your dbserver) or script with activeX for sending it with SMTP
(ain't really sure about it) or again use scripting to dynamically
build a .BAT for sending your attachment with a free command line
program like:
http://www.blat.net
http://sourceforge.net/project/showf...group_id=81910

HTH
M.


Reply With Quote
  #9  
Old   
matteus
 
Posts: n/a

Default Re: help on email the exported results through DTS (SQL2K5) - 07-18-2008 , 09:12 AM



On Jul 18, 3:51 pm, sg <s... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
Hi,

I'm wondering if this can be done.
DTS will export query results into a flat file, is it possible to continue
to email this flat file?

Thanks a lot,
Sarah
Yes it is.
You can either use Send Mail Task (and you must have Outlook installed
on your dbserver) or script with activeX for sending it with SMTP
(ain't really sure about it) or again use scripting to dynamically
build a .BAT for sending your attachment with a free command line
program like:
http://www.blat.net
http://sourceforge.net/project/showf...group_id=81910

HTH
M.


Reply With Quote
  #10  
Old   
sg
 
Posts: n/a

Default Re: help on email the exported results through DTS (SQL2K5) - 07-18-2008 , 10:38 AM



Thanks very much, it is very helpful

"matteus" wrote:

Quote:
On Jul 18, 3:51 pm, sg <s... (AT) discussions (DOT) microsoft.com> wrote:
Hi,

I'm wondering if this can be done.
DTS will export query results into a flat file, is it possible to continue
to email this flat file?

Thanks a lot,
Sarah

Yes it is.
You can either use Send Mail Task (and you must have Outlook installed
on your dbserver) or script with activeX for sending it with SMTP
(ain't really sure about it) or again use scripting to dynamically
build a .BAT for sending your attachment with a free command line
program like:
http://www.blat.net
http://sourceforge.net/project/showf...group_id=81910

HTH
M.


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.