-
Notifications
You must be signed in to change notification settings - Fork 54
Known issues
Dimitri Furman edited this page Feb 11, 2022
·
3 revisions
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_idvalue - Change the
tip_idnumeric value at the end of the URL to some other value, and then back to the original value
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.