Skip to content

Commit 517b7d5

Browse files
authored
revert product name capitalization
@pmasl - I've fixed the branding in one place, but found that 'big data cluster' when used in the context of "a big data cluster' is lowercase. i hope this is correct. thanks.
1 parent eb231d0 commit 517b7d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/queries/hints-transact-sql-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Specifies that the join order indicated by the query syntax is preserved during
165165
Force or disable the pushdown of the computation of qualifying expressions in Hadoop. Only applies to queries using PolyBase. Won't push down to Azure storage.
166166

167167
{ FORCE | DISABLE } SCALEOUTEXECUTION
168-
Force or disable scale out execution of PolyBase queries that are using external tables in a SQL Server 2019 big data cluster. This hint will only be honored by a query using the master instance of a SQL big data cluster. The scale out will occur across the compute pool of the big data cluster.
168+
Force or disable scale out execution of PolyBase queries that are using external tables in SQL Server 2019 Big Data Clusters. This hint will only be honored by a query using the master instance of a SQL big data cluster. The scale out will occur across the compute pool of the big data cluster.
169169

170170
KEEP PLAN
171171
Forces the Query Optimizer to relax the estimated recompile threshold for a query. The estimated recompile threshold starts an automatic recompile for the query when the estimated number of indexed column changes have been made to a table by running one of the following statements:

0 commit comments

Comments
 (0)