一些有用的SQL Server语句和存储过程[5]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 applebbs 的 blog

isnull(g.[value],''as 字段说明    
 58
 59from  syscolumns  a left join systypes b 
 60
 61on  a.xtype=b.xusertype
 62
 63inner join sysobjects d 
 64
 65on a.id=d.id  and  d.xtype='u' and  d.name<>'dtproperties'
 66
 67left join syscomments e
 68
 69on a.cdefault=e.id
 70
 71left join sysproperties g
 72

本文关键:一些有用的SQL Server语句和存储过程
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top