Azure – Grant a login SELECT on some Synapse Serverless Views, but not ability to run OPENROWSET on *entire* Datalake
For SQL Server based login in Synapse Serverless, as soon as I run these two things: use master GO Create Login JustTest WITH PASSWORD='Whatever' use somedatabase Create User JustTest from login JustTest Now, JustTest can run any OPENROWSET query on…