Skip to content

Commit 65bf49a

Browse files
authored
Merge pull request #19752 from garyericson/07-13-r-pkg-install-limitation-on-sqlmi
SQLMLMI: Can't update pre-installed packages
2 parents 7f6f167 + 3a4796f commit 65bf49a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/machine-learning/package-management/install-additional-python-packages-on-sql-server.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ This article describes how to use functions in the [**sqlmlutils**](https://gith
2121

2222
::: moniker range="=azuresqldb-mi-current"
2323
This article describes how to use functions in the [**sqlmlutils**](https://github.com/Microsoft/sqlmlutils) package to install new Python packages to an instance of [Azure SQL Managed Instance Machine Learning Services](/azure/azure-sql/managed-instance/machine-learning-services-overview). The packages you install can be used in Python scripts running in-database using the [sp_execute_external_script](../../relational-databases/system-stored-procedures/sp-execute-external-script-transact-sql.md) T-SQL statement.
24+
25+
> [!NOTE]
26+
> You cannot update or uninstall packages that have been preinstalled on an instance of SQL Managed Instance Machine Learning Services. To view a list of packages currently installed, see [List all installed Python packages](python-package-information.md#list-all-installed-python-packages).
27+
2428
::: moniker-end
2529

2630
For more information about package location and installation paths, see [Get Python package information](../package-management/python-package-information.md).

docs/machine-learning/package-management/install-additional-r-packages-on-sql-server.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ This article describes how to use functions in the [**sqlmlutils**](https://gith
2525

2626
::: moniker range="=azuresqldb-mi-current"
2727
This article describes how to use functions in the [**sqlmlutils**](https://github.com/Microsoft/sqlmlutils) package to install R packages to an instance of [Azure SQL Managed Instance Machine Learning Services](/azure/azure-sql/managed-instance/machine-learning-services-overview). The packages you install can be used in R scripts running in-database using the [sp_execute_external_script](../../relational-databases/system-stored-procedures/sp-execute-external-script-transact-sql.md) T-SQL statement.
28+
29+
> [!NOTE]
30+
> You cannot update or uninstall packages that have been preinstalled on an instance of SQL Managed Instance Machine Learning Services. To view a list of packages currently installed, see [List all installed R packages](r-package-information.md#list-all-installed-r-packages).
31+
2832
::: moniker-end
2933

3034
## Prerequisites

0 commit comments

Comments
 (0)