select * from sysobjects where parent_obj in(select id from sysobjects where name='表名')

 

或者

 

exec sp_helpconstraint @objname='表名'

相关文章:

  • 2021-11-02
  • 2021-11-17
  • 2022-12-23
  • 2021-05-17
  • 2022-02-06
猜你喜欢
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2021-10-13
相关资源
相似解决方案