프로시져 내용보려면은 isql에서 어떤 딕셔너리를 조회를 해야 되는지?
SELECT * FROM sysprocedures; --프로시져 id
SELECT text FROM syscomments WHERE id = (SELECT id FROM sysobjects
WHERE name = '프로시져명')또는...
sp_helptext 프로시져명