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

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

本文简介:选择自 applebbs 的 blog

span style="color: #ff00ff">case when columnproperty( a.id,a.name,'isidentity')=1 then ''else '' end) 标识,
 18
 19       (case when (select count(*)
 20
 21       from sysobjects
 22
 23       where (name in
 24
 25                 (select name
 26
 27                from sysindexes
 28
 29                where (id = a.id) and (indid in
 30
 31

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

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

go top