select * from sysobjects where parent_obj in(select id from sysobjects where name='表名')
或者
exec sp_helpconstraint @objname='表名'
2024-01-29 08:23:34
select * from sysobjects where parent_obj in(select id from sysobjects where name='表名')
或者
exec sp_helpconstraint @objname='表名'