dbTalk Databases Forums  

How capture displays from procs?

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


Discuss How capture displays from procs? in the microsoft.public.sqlserver.dts forum.



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

Default How capture displays from procs? - 06-03-2005 , 10:30 AM






I have strored procedures which sometimes start and end with something like
"SELECT 'pgmname:', getdate() as 'started'". Sometimes row counts are
included and other important stuff. Anyway, when I run these same procs
from DTS I lose this information as the package log does not capture it. Is
there a way to capture this stuff in the log?

Thanks,
Michael



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

Default Re: How capture displays from procs? - 06-03-2005 , 01:53 PM






Create a log table and insert this inf there instead.


"Snake" <Snake (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have strored procedures which sometimes start and end with something like
"SELECT 'pgmname:', getdate() as 'started'". Sometimes row counts are
included and other important stuff. Anyway, when I run these same procs
from DTS I lose this information as the package log does not capture it.
Is
there a way to capture this stuff in the log?

Thanks,
Michael





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.