Skip to content

Commit dac443b

Browse files
authored
updating broken links
1 parent ef6e221 commit dac443b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/t-sql/statements/alter-database-scoped-configuration-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,19 +211,19 @@ DISABLE_INTERLEAVED_EXECUTION_TVF = { ON | OFF }
211211

212212
**Applies to**: [!INCLUDE[ssSQL17](../../includes/sssql17-md.md)] and [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)]
213213

214-
Allows you to enable or disable Interleaved execution for multi-statement table valued functions at the database or statement scope while still maintaining database compatibility level 140 and higher. Interleaved execution is a feature that is part of Adaptive query processing in SQL databases. For more information, please refer to https://docs.microsoft.com/en-us/sql/relational-databases/performance/adaptive-query-processing?view=sql-server-2017 (sorry don't know how to do the links yet)
214+
Allows you to enable or disable Interleaved execution for multi-statement table valued functions at the database or statement scope while still maintaining database compatibility level 140 and higher. Interleaved execution is a feature that is part of Adaptive query processing in SQL databases. For more information, please see [Adaptive query processing](https://docs.microsoft.com/sql/relational-databases/performance/adaptive-query-processing).
215215

216216
DISABLE_BATCH_MODE_ADAPTIVE_JOINS = { ON | OFF }
217217

218218
**Applies to**: [!INCLUDE[ssSQL17](../../includes/sssql17-md.md)] and [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)]
219219

220-
Allows you to enable or disable Adaptive joins at the database or statement scope while still maintaining database compatibility level 140 and higher. Adaptive Joins is a feature that is part of Adaptive Query Processing (bolded is a link https://docs.microsoft.com/en-us/sql/relational-databases/performance/adaptive-query-processing?view=sql-server-2017) introduced in SQL Server 2017.
220+
Allows you to enable or disable Adaptive joins at the database or statement scope while still maintaining database compatibility level 140 and higher. Adaptive Joins is a feature that is part of [Adaptive query processing](https://docs.microsoft.com/sql/relational-databases/performance/adaptive-query-processing) introduced in SQL Server 2017.
221221

222222
ROW_MODE_MEMORY_GRANT_FEEDBACK = { ON | OFF}
223223

224224
***Applies to**: [!INCLUDE[ssSDS](../../includes/sssds-md.md)] and [!INCLUDE[ssNoVersion](../../includes/sssqlv15-md.md)] as a public preview feature
225225

226-
Allows you to enable or disable Row mode memory grant feedback at the database or statement scope while still maintaining database compatibility level 150 and higher. Row mode memory grant feedback a feature that is part of Adaptive Query Processing (bolded is a link https://docs.microsoft.com/en-us/sql/relational-databases/performance/adaptive-query-processing?view=sql-server-2017) introduced in SQL Server 2019.
226+
Allows you to enable or disable Row mode memory grant feedback at the database or statement scope while still maintaining database compatibility level 150 and higher. Row mode memory grant feedback a feature that is part of [Adaptive query processing](https://docs.microsoft.com/sql/relational-databases/performance/adaptive-query-processing) introduced in SQL Server 2019.
227227

228228

229229
## <a name="Permissions"></a> Permissions

0 commit comments

Comments
 (0)