摘要:
--1.查询某个表被哪些存储过程使用到 : select distinct object_name(id) from syscomments where id in (select object_id from sys.objects where type ='P') and text like'% 阅读全文
摘要:
SELECT * FROM dbo.t_TableDescription WHERE FTableName LIKE '%t_ObjectAccessType%'SELECT * FROM dbo.t_FieldDescription WHERE FTableID=27SELECT * FROM d 阅读全文