摘要:
1. 查看 Table 或者 Column 被那些object(存储过程、函数或View)调用. select a.* from sysobjects a, syscomments b where a.id = b.id and b.text like '%tablename%' 2. 用其他表的字段数据更新表字段 update Table1
set Col1 = B.Col... 阅读全文
posted @ 2015-01-08 23:16
BITALKER
阅读(201)
评论(0)
推荐(0)