sp_msforeachtable
:Chạy một lệnh với '?' được thay thế bằng từng tên bảng. ví dụ:
exec sp_msforeachtable "dbcc dbreindex('?')"
Bạn có thể đưa ra tối đa 3 lệnh cho mỗi bảng
exec sp_msforeachtable
@Command1 = 'print ''reindexing table ?''',
@Command2 = 'dbcc dbreindex(''?'')',
@Command3 = 'select count (*) [?] from ?'
Ngoài ra, sp_MSforeachdb