Hi,
To optimize my sql queries, i execute UPDATE STATISTIC HIGH for the entire database. I do not do it specifically for large table.
My question is:
What is the difference between the two instructions listed below and which is more efficient?
1- UPDATE STATISTIC HIGH
2- UPDATE STATISTIC HIGH for TABLE
To optimize my sql queries, i execute UPDATE STATISTIC HIGH for the entire database. I do not do it specifically for large table.
My question is:
What is the difference between the two instructions listed below and which is more efficient?
1- UPDATE STATISTIC HIGH
2- UPDATE STATISTIC HIGH for TABLE