select a.name,c.name
from sysobjects b,syscolumns a ,systypes c
where a.id=b.id and a.xusertype=c.xusertype and b.name='过程名' and xtype='p'