dbTalk Databases Forums  

fine tuned tracing for sql server job execution

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


Discuss fine tuned tracing for sql server job execution in the microsoft.public.sqlserver.dts forum.



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

Default fine tuned tracing for sql server job execution - 06-08-2004 , 10:29 AM






Hi every body
I'm thinking of using sql server profiler and/or the windows performance
logs (with sql server objects counters), to trace a problematic job which
fails to retrieve any rows by executing a dts (which inbcludes transfare
data tasks).
The dts works just fine by it self.
When scheduled, it does not fail the job or generate any massage,just no
rows are retrieved..

Can you recomend the best practice with these tools for such a tracing task?
I'm not sure which of the sqlserver objects counters i should use if at
all..
Can sql server profiler have some insite here??
Thanks again
Rea



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: fine tuned tracing for sql server job execution - 06-08-2004 , 02:32 PM






Profiler will not do you much good neither will the other things. The job
is probably still failing (well the package anyway) and not bubbling up the
error message.

Have a look here

http://support.microsoft.com/?kbid=269074

I would log onto the box as the SQL Server Agent service account and try to
execute manually


--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Rea Peleg" <rea_p (AT) afek (DOT) co.il> wrote

Quote:
Hi every body
I'm thinking of using sql server profiler and/or the windows performance
logs (with sql server objects counters), to trace a problematic job which
fails to retrieve any rows by executing a dts (which inbcludes transfare
data tasks).
The dts works just fine by it self.
When scheduled, it does not fail the job or generate any massage,just no
rows are retrieved..

Can you recomend the best practice with these tools for such a tracing
task?
I'm not sure which of the sqlserver objects counters i should use if at
all..
Can sql server profiler have some insite here??
Thanks again
Rea





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.