Skip to content

Commit 45ce257

Browse files
authored
Correcting default instance name
Line 39 says "If you do not specify an instance, the default instance is used." Line 49 shows an example where instance is not specified, and it says the instance is "the instance where RegisterRExt is run." Line 39 is correct, so changing line 49 to match.
1 parent 74558f5 commit 45ce257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/machine-learning/package-management/r-package-how-to-enable-or-disable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To enable or disable package management on SQL Server, use the command-line util
4646

4747
This command creates some database artifacts, including the following database roles that are used for controlling user permissions: `rpkgs-users`, `rpkgs-private`, and `rpkgs-shared`.
4848

49-
For example, the following command enables package management on the database, on the instance where RegisterRExt is run. If you do not specify a user, the current security context is used.
49+
For example, the following command enables package management on the database, on the default instance. If you do not specify a user, the current security context is used.
5050

5151
`RegisterRExt.exe /install pkgmgmt /database:TestDB`
5252

0 commit comments

Comments
 (0)