You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dimitri Furman edited this page Feb 11, 2022
·
3 revisions
Incorrect navigation using additional_info_url
In Chromium-based browsers, navigating to a specific tip on the wiki page using additional_info_url may open a different location on the page.
Workarounds:
Use Find on page (Ctrl+F) to find the numeric tip_id value
Change the tip_id numeric value at the end of the URL to some other value, and then back to the original value
Slow execution on databases with many partitions
When the database contains partitioned tables and indexes and the total number of partitions exceeds several hundred, the script may take a long time to complete. A workaround is to exclude tips that reference partition-related catalog views and DMVs (sys.partitions, sys.dm_db_partition_stats), i.e. 1100, 1170, 1180, 1290, 1310, 1400, 1410, 1480, 1490, 1500, 1540.