环境:Windows、SQL Server 2008
例如,我的数据库有表1、表2、表3…tablen,每个表都有column1,column2,column3…columnn。简单地说,它们都是字符串列。
我想查找行,不管从哪个表中,哪个列的值是'key',不管从哪个列。
如何编写脚本来完成这项工作?
谢谢!
最佳答案
在这里查看findmydata_string存储过程:Search all columns in all the tables in a database for a specific value开始