--select * from sysdepends where depid=object_id('cse_log_header')
select a.* from sysobjects a, syscomments b where a.id = b.id and b.text like '%cse_log_header%'
select * from sys.sysobjects where xtype='P'
select * from syscomments
--select * from sysdepends where depid=object_id('cse_log_header')
select a.* from sysobjects a, syscomments b where a.id = b.id and b.text like '%cse_log_header%'
select * from sys.sysobjects where xtype='P'
select * from syscomments