数据库查询哪些视图或者函数存在该表

数据库查询哪些视图或者函数存在该表 select distinct object_name(id) from syscomments where id in (select id from sysobjects where type in('V','P')) and text like '%product%'
相关文章
相关标签/搜索