An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi @arkiboys ,
Thanks for using Microsoft Q&A !!
You can use schema level permissions using GRANT Schema Permissions to limit access to only Schema3 for your report developers. So, you can provide a select, alter etc permissions for specific report developers on schema 3 only. For example, following statement will grant only select permissions to your report developers on schema3 -
Grant SELECT ON SCHEMA :: schema3 TO [report-user]
Please let me know if you have any questions.
Thanks
Saurabh
----------
Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.