sp_msforeachtable
:Uruchamia polecenie z '?' zastąpione każdą nazwą tabeli.np.
exec sp_msforeachtable "dbcc dbreindex('?')"
Możesz wydać do 3 poleceń dla każdej tabeli
exec sp_msforeachtable
@Command1 = 'print ''reindexing table ?''',
@Command2 = 'dbcc dbreindex(''?'')',
@Command3 = 'select count (*) [?] from ?'
Ponadto sp_MSforeachdb