sql - What really 'STATISTICS' do? -


what statistics do? , where use in query optimization senarios?

you not manually use statistics. sql server's query optimizer does. used determine if , indexes query.

at point, recommend start reading basics:


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -