diff --git a/Notebooks/Scala/03 Read and write from SQL pool table.ipynb b/Notebooks/Scala/03 Read and write from SQL pool table.ipynb index 1ab8c14..fa00daf 100644 --- a/Notebooks/Scala/03 Read and write from SQL pool table.ipynb +++ b/Notebooks/Scala/03 Read and write from SQL pool table.ipynb @@ -20,6 +20,7 @@ "\n", " \n", " EXEC sp_addrolemember 'db_owner', 'AAD@contoso.com'" + "**Note** - This syntax is not supported by serverless SQL pool in Azure Synapse Analytics." ], "attachments": {} }, @@ -170,4 +171,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}