select syscolumns.*, systypes.* from syscolumns   

  left join systypes on syscolumns.xusertype=systypes.xusertype 

  where id in (select id from sysobjects where name='存储过程的名字' )

posted on 2012-07-19 15:21  成天狂  阅读(220)  评论(0编辑  收藏  举报