December 26, 2013 at 8:47 pm
Comments posted to this topic are about the item Dynamically create drop user statistics scripts
May 13, 2014 at 7:25 pm
Running this script can generate Missing Column Statistics events. If those events are associated with statements that subsequently run longer, SQL Server is expressing a need for a user to create statistics (i.e. exactly the opposite of what this script is attempting to do).
For more information about the event, see http://social.msdn.microsoft.com/Search/en-US/sqlserver?query=missing%20column%20statistics&refinement=49&beta=0&ac=5 and http://www.sqlservercentral.com/search/?q=missing+column+statistics
April 27, 2016 at 1:40 pm
SoHelpMeCodd (5/13/2014)
For more information about the event, see http://social.msdn.microsoft.com/Search/en-US/sqlserver?query=missing%20column%20statistics&refinement=49&beta=0&ac=5 and http://www.sqlservercentral.com/search/?q=missing+column+statistics%5B/quote%5DThanks for the extra insight.
April 27, 2016 at 1:41 pm
Thanks for the script.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply