In one of my previous post "What is Statistics in SQL Server", I had explained about what is Statistics.
Today, I am posting a Query which will update statistics on all user database in that Instance.
This Query will exclude the system database and those database which are not in Read_Write status.
Today, I am posting a Query which will update statistics on all user database in that Instance.
EXEC sp_MSForeachdb 'USE [?]; IF ''?'' not in (''master'',''model'',''msdb'',''tempdb'',''distribution'') AND DATABASEPROPERTYEX(''?'',''Updateability'') = ''READ_WRITE'' BEGIN Print ''Updating statistics for database "'' + ''?'' + ''"'' EXEC sp_updatestats END'
This Query will exclude the system database and those database which are not in Read_Write status.
1 comment:
Đặt vé tại phòng vé Aivivu, tham khảo
vé máy bay đi Mỹ hạng thương gia
đặt vé máy bay giá rẻ từ mỹ về việt nam
chuyến bay từ frankfurt đến hà nội
giá vé máy bay từ moscow về hà nội
bay từ anh về việt nam
bay từ pháp về việt nam mấy tiếng
khách sạn cách ly hồ chí minh
vé máy bay cho chuyên gia nước ngoài
Post a Comment