查询某个字属于哪些表:
说明:只需要将 ‘字段名’ 中的内容修改即可查询
select [name] from sysobjects where id in(select id from syscolumns Where name='字段名')
查询某个字属于哪些表:
说明:只需要将 ‘字段名’ 中的内容修改即可查询
select [name] from sysobjects where id in(select id from syscolumns Where name='字段名')