Skip to content

Commit b85a5b0

Browse files
authored
Merge pull request #78344 from garyericson/05-30-add-note-to-quickstart
ASQLMLS: Added missing note
2 parents 385f5da + 0d3516c commit b85a5b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/sql-database/sql-database-connect-query-r.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ Get the connection information you need to connect to the Azure SQL database. Yo
7979
1. Pass the complete R script to the [sp_execute_external_script](https://docs.microsoft.com/sql/relational-databases/system-stored-procedures/sp-execute-external-script-transact-sql) stored procedure.
8080

8181
The script is passed through the `@script` argument. Everything inside the `@script` argument must be valid R code.
82+
83+
>[!IMPORTANT]
84+
>The code in this example uses the sample AdventureWorksLT data, which you can choose as source when creating your database. If your database has different data, use tables from your own database in the SELECT query.
8285
8386
```sql
8487
EXECUTE sp_execute_external_script

0 commit comments

Comments
 (0)