摘要:
sp_msforeachdb 'select ''?'' as DBName, count(*) as ObjectCount from ?.sys.objects' sp_msforeachtable 'select ''?'', count(*) from?' sp_msforeachtable 'update statistics ?' 阅读全文
posted @ 2013-02-19 14:37
AOT
阅读(123)
评论(0)
推荐(0)