Viewing 11 posts - 1 through 11 (of 11 total)
October 18, 2005 at 8:10 am
just tested xp_sqlagent_enum_jobs on sql server 2005:
working fine.
How many DBA do you know who do not use "undocumented" sp, DBCC, etc?
October 18, 2005 at 7:51 am
July 14, 2005 at 5:43 am
what date in sysjobhistory? There can be record but if there is not in Sysjobschedules - looks like somebody 'edited' the job
July 13, 2005 at 5:07 am
what date in sysjobhistory? There can be record but if there is not in Sysjobschedules - looks like somebody 'edited' the job
July 13, 2005 at 5:07 am
Did you try SQLDMO - JobServer object's Status property?
It could help you
July 3, 2002 at 8:05 am
Antares686
you got result in MB - sp_helpfile in KB
June 25, 2002 at 6:21 am
Thank you Solar.
----------------------
I checked EventViewer: Agent stoped before error #17148 was written in log.
Same time if I am using 010 severity in alert - it fires before Agent stopes
But problem...
June 25, 2002 at 5:51 am
Did you try 'sp_helpfile'? It can be the answer for you.
June 25, 2002 at 5:41 am
Create a global variable in your dts package.
then a stored procedure, something like:
----------
declare @month varchar(50)
set @month=DATENAME(m,getdate())
exec master..xp_cmdshell 'dtsrun /S srvname /E /N yourPackage /A yourvarname:8="C:/" & @month & "/data.txt"'
---
Edited by...
April 25, 2002 at 7:13 am
Viewing 11 posts - 1 through 11 (of 11 total)