Skip to content

Commit 354b1f7

Browse files
authored
Update language-extensions-overview.md
As a courtesy, I corrected the includes syntax "[!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]" to "[!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)]" (space added) for proper rendering on staging.
1 parent c7c0646 commit 354b1f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/language-extensions/language-extensions-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Language Extensions provides multiple advantages:
3030

3131
+ Data security. Bringing external language execution closer to the source of data avoids wasteful or insecure data movement.
3232
+ Speed. Databases are optimized for set-based operations. Recent innovations in databases such as in-memory tables make summaries and aggregations lightning, and are a perfect complement to data science.
33-
+ Ease of deployment and integration. [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] is the central point of operations for many other data management tasks and applications. By using data in the database, you ensure that the data used by the language extension is consistent and up-to-date.
33+
+ Ease of deployment and integration. [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] is the central point of operations for many other data management tasks and applications. By using data in the database, you ensure that the data used by the language extension is consistent and up-to-date.
3434

3535
## Next steps
3636

3737
+ Install the [Python custom runtime for SQL Server](../machine-learning/install/custom-runtime-python.md)
3838
+ Install the [R custom runtime for SQL Server](../machine-learning/install/custom-runtime-r.md)
3939
+ Install the [SQL Server Language Extensions on Windows](install/install-sql-server-language-extensions-on-windows.md) or [on Linux](../linux/sql-server-linux-setup-language-extensions.md)
40-
+ Install the [Microsoft Extensibility SDK for Java](how-to/extensibility-sdk-java-sql-server.md)
40+
+ Install the [Microsoft Extensibility SDK for Java](how-to/extensibility-sdk-java-sql-server.md)

0 commit comments

Comments
 (0)