From 796e3016db84e04c3cc93afc8da1679cb3dadb64 Mon Sep 17 00:00:00 2001 From: Indrajeet Singh Date: Thu, 7 Jul 2022 14:16:08 +0530 Subject: [PATCH] Update 03 Read and write from SQL pool table.ipynb Executing sp_addrolemember from Synapse serverless SQL pool is not supported. For more - https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-addrolemember-transact-sql?view=sql-server-ver16 --- Notebooks/Scala/03 Read and write from SQL pool table.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}