Viewing 2 posts - 1 through 3 (of 3 total)
Hi,
The Jobs perform 2 things:
1) calls to stored procs, that I already checked
2) Calls to DTSx (Haven't checked)
So, besides the DTS, is there anything automatic or internal of SQL...
May 27, 2013 at 10:44 am
#1618811
Hi, thanks foir the reply, I looked with this search in all jobs:(with SET RECOVERY, ALTER DATABASE, DBCC SHRINK)
EXEC sp_MSForEachDB ' Use ?; select ''?'', o.name,m.definition from ?.SYS.sql_modules...
May 27, 2013 at 9:58 am
#1618805