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

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

本文简介:选择自 applebbs 的 blog

com/images/outliningindicators/none.gif" align="top" alt=""/>                          (select indid
 32
 33                         from sysindexkeys
 34
 35                         where (id = a.id) and (colid in
 36
 37                                   (select colid
 38
 39                                  from syscolumns
 40
 41                                  where (id = a.id) and (name = a.name))))))) and
 42
 43              (xtype = 'pk'))>0 then '

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

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

go top