2014年6月11日
摘要: select [name] from sysobjects where [id] in (select [id] from syscolumns where [name]='a1')SQL 2005/2008 没有了查找模块想像 2000 那样 查找指定字段出现在哪些表和视图里,只好用 SQL语句来... 阅读全文
posted @ 2014-06-11 14:47 z5337 阅读(700) 评论(0) 推荐(0)