select a.name,b.rows from sysobjects a,sysindexes b
where a.id=b.id
and xtype='U' AND (b.indid IN (0, 1))-- and rows>=8575
order by b.rows desc

相关文章:

  • 2021-11-02
  • 2021-10-19
  • 2021-09-21
  • 2021-12-21
  • 2022-12-23
猜你喜欢
  • 2021-08-21
  • 2021-05-30
  • 2021-11-06
  • 2021-10-02
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案