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: Using Legacy Methods to Lessen SQL Server 2014 Cardinality Estimator Skews https://www.sqlskills.com/blogs/joe/using-legacy-methods-to-lessen-sql-server-2014-cardinality-estimator-skews/ SQL Server Performance Tuning, High Availability and Disaster Recovery Blog Thu, 03 Apr 2014 16:38:29 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Joseph Sack https://www.sqlskills.com/blogs/joe/using-legacy-methods-to-lessen-sql-server-2014-cardinality-estimator-skews/#comment-6133 Thu, 03 Apr 2014 16:38:29 +0000 http://3.209.169.194/blogs/joe/?p=1130#comment-6133 In reply to Ryan cerney.

Hi Ryan,

You should – so likely there is a good explanation for it. To confirm…

When you click the root-operator (for example SELECT) and then click F4 for Properties, do you still not see it?

And alternatively – if you look at the XML plan – you don’t see “CardinalityEstimationModelVersion” for a specific plan?

Thanks

]]>
By: Ryan cerney https://www.sqlskills.com/blogs/joe/using-legacy-methods-to-lessen-sql-server-2014-cardinality-estimator-skews/#comment-6128 Thu, 03 Apr 2014 16:16:57 +0000 http://3.209.169.194/blogs/joe/?p=1130#comment-6128 Running SSMS 2014 but when viewing my execution plan properties/XML, I cannot see the cardinalitymodelversion property. Is there a setting I need to turn on to see this or is it an inherent feature? FYI, running SQL 2014 Developer Edition. Thanks Joe!

]]>