Skip to content

Commit 2973257

Browse files
authored
Merge pull request #6979 from MicrosoftDocs/MightyPen-patch-1
CONFLICT fix, sp-execute-external-script-transact-sql.md
2 parents 1e3c1d4 + e932bf8 commit 2973257

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/relational-databases/system-stored-procedures/sp-execute-external-script-transact-sql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ caps.latest.revision: 34
2424
author: stevestein
2525
ms.author: sstein
2626
manager: craigg
27+
monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15||=sqlallproducts-allversions||=azuresqldb-mi-current"
2728
---
2829
# sp_execute_external_script (Transact-SQL)
30+
2931
[!INCLUDE[tsql-appliesto-ss2016-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2016-xxxx-xxxx-xxx-md.md)]
3032

3133
Executes the script provided as argument at an external location. The script must be written in a supported and registered language (R or Python). To execute **sp_execute_external_script**, you must first enable external scripts by using the statement, `sp_configure 'external scripts enabled', 1;`.

0 commit comments

Comments
 (0)