When the database compatibility level is set to 90 or later, FOR XML queries that execute in AUTO mode return references to derived table aliases. When the compatibility level is set to 80, FOR XML AUTO queries return references to the base tables that define a derived table. For example, the following query, which includes a derived table, produces different results under compatibility levels 80, 90, or later: SELECT * FROM (SELECT a.id AS a, b.id AS b FROM Test a JOIN Test b ON a.id=b.id) AS DerivedTest FOR XML AUTO; Under compatibility level 80, the query returns the following results. The results reference the base table aliases a and b of the derived table instead of the derived table alias. Under compatibility level 90 or later, the query returns references to the derived table alias DerivedTest instead of to the derived table's base tables.
When set to 1, collect_resource_description enables collection of resource_description. By default the resource_description ...
When set to 1, collect_server_memory_grants enables collection of server_memory_grants. By default the server_memory_grants ...
When set to 1, collect_transaction_id enables collection of transaction_id. By default the transaction_id column is not generated. ...
When set to 1, collect_workitem_description enables collection of workitem_description. By default the workitem_description ...
When the database compatibility level is set to 90 or later, FOR XML queries that execute in AUTO mode return references ...
When the FILESTREAM database option NON_TRANSACTED_ACCESS is set to FULL and the READ_COMMITTED_SNAPSHOT or the ALLOW_SNAPSHOT_ISOLATION ...
When the Max Cases property is set to 0, cross-validation uses all the cases in the data set. Therefore, the time needed ...
When the publication property @allow_partition_realignment is set to "false", the article property @subscriber_upload_options ...
When the report server is registered with Power BI, users can pin report items to their Power BI dashboards. Use this page ...