2013년 10월 24일 목요일

MS-SQL "유지 보수 계획" 의 작업기록(로그)가 저장되어 있는 DB 및 TABLE

MS-SQL "유지 보수 계획" 의 작업기록(로그)가 저장되어 있는 DB 및 TABLE는 아래와 같다..
JOIN 해서 사용하면 된다.

select * from msdb.dbo.sysmaintplan_plans
select * from msdb.dbo.sysmaintplan_subplans
select * from  msdb.dbo.sysmaintplan_log
select * from msdb.dbo.sysmaintplan_logdetail

이제 이 로그도 데이터베이스에 별도로 입력할 수 있겠구나~~ 에헤라~~ 디어~~
아..그냥 땡겨서 써도 되겠다..

댓글 없음:

댓글 쓰기