Hi,
Can someone provide me with a script which will run UPDATE STATISTICS on all tables of all DBs?
I think, this can be used to update stats for all tables in a DB. But I am not sure how the table argument will be passed , which i have marked with '?'
EXEC sp_MSForEachTable "update statistics'?'"
Any help is really appreciated...
Thnx
Manu