數據庫查詢哪些視圖或者函數存在該表

數據庫查詢哪些視圖或者函數存在該表 select distinct object_name(id) from syscomments where id in (select id from sysobjects where type in('V','P')) and text like '%product%'
相關文章
相關標籤/搜索