摘要:
SET QUOTED_IDENTIFIER ON SET ANSI_NULLS ON GO -- -- Author: <Author,,> -- Create date: <Create Date,,> -- Description: <Description,,在数据库中查找包含指定关键字的存储 阅读全文
摘要:
1 查看数据库是否存在该表 2 方法1 3 select distinct object_name(id) from syscomments where id in 4 (select id from sysobjects where type ='P') and text like '%Bak%' 阅读全文