2010년 12월 19일 일요일

SP 수정 날짜, 생성 날짜 조회

SELECT name , create_date,modify_date FROM sys.objects
WHERE type = 'P' and
name in(
'www@USP_ProgramContentList_ByProgramCode',
'www@USP_ProgramContentListDetail_ByProgramCode'
)

댓글 없음:

댓글 쓰기