摘要:        
获取系统最近更新存储过程名select name,object_id,create_date,modify_datefrom sys.objects where type = 'P ' order by modify_date desc 获取系统所有存储过程内容select b.name ,a.text from syscomments a,sysobjects b where object_id...    阅读全文
        
            posted @ 2010-01-13 12:50
xiaohu
阅读(236)
评论(0)
推荐(0)
        
                    
                
        
浙公网安备 33010602011771号