日期:2014-05-18 浏览次数:20609 次
select * from sysobjects where xtype in ('P','TF','IF','FN') order by [Name] exec sp_helptext 'functionName' ------解决方案--------------------