Warning: Constant WP_TEMP_DIR already defined in /var/www/html/blogs/joe/wp-config.php on line 93

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/blogs/joe/wp-config.php:93) in /var/www/html/blogs/joe/wp-includes/feed-rss2-comments.php on line 8
Comments on: Optimizing Your Query Plans with the SQL Server 2014 Cardinality Estimator https://www.sqlskills.com/blogs/joe/optimizing-your-query-plans-with-the-sql-server-2014-cardinality-estimator/ SQL Server Performance Tuning, High Availability and Disaster Recovery Blog Mon, 21 Apr 2014 20:16:20 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Joseph Sack https://www.sqlskills.com/blogs/joe/optimizing-your-query-plans-with-the-sql-server-2014-cardinality-estimator/#comment-7658 Mon, 21 Apr 2014 20:16:20 +0000 http://3.209.169.194/blogs/joe/?p=1183#comment-7658 In reply to LondonDBA.

Thanks for the feedback!

And you are correct – someone emailed me regarding the “enable” / “disable” correction and I’ve submitted it to MSFT (might take until May for that change to go in, but thank you for letting me know).

And the second correction is one that someone hasn’t caught – so good catch! That should indeed read “filter and join predicates”.

Thanks again for letting me know!

Best Regards,

Joe

]]>
By: LondonDBA https://www.sqlskills.com/blogs/joe/optimizing-your-query-plans-with-the-sql-server-2014-cardinality-estimator/#comment-7655 Mon, 21 Apr 2014 19:21:23 +0000 http://3.209.169.194/blogs/joe/?p=1183#comment-7655 Hi Joe – thanks for this great CE white paper. I just wanted to check a couple of things:
In the section under ‘New CE Troubleshooting Methods’, ‘Changing the Database Compatibility Level’ it states ‘You enable the new CE by reverting to a database compatibility level below 120.’ I’m assuming the ‘enable’ should be ‘disable’.
And also in the section mentioning ‘Table Variables’ it states ‘Unless a statement-level recompilation occurs, table variables assume a fixed, single-row cardinality estimate for filter and row predicates’. Should that very last bit read ‘filter and join predicates’ ?

Great reference when we’re switching over to SQL 2014. Thanks again.

]]>