Reputation: 71
We have a special scenario in Azure Synapse Workspace where we want the user to only be able to query the data that in the dedicated SQL pool which is connected to the Synapse workspace.
We don't want them to create pipelines, change Synapse settings etc. We want them only to be able to query the data in the dedicated SQL Pool.
Would assigning the Role "Synapse User" be sufficient enough to do this?
Upvotes: 0
Views: 189
Reputation: 4935
My thoughts are as long as the user needs to access the dedicated SQL pool , he/she can be granted access within the synapse pool directly and he/she can access it via SSMS/ Data studio.
https://www.sqlshack.com/dedicated-sql-pools-in-azure-synapse-analytics/
No need to access via synapse workspace itself.
Upvotes: 1