查询包含某个字段难道所有表名
SELECT c.name,o.name FROM syscolumns AS cINNER JOIN sysobjects AS oON c.id = o.id where c.name='ServicePackageID'