Snowflake for SQL Server users - Part 6 - Role Based Security
Security in Snowflake is quite different to what’s implemented in SQL Server.
In SQL Server, objects have owners that can either be specific people, or as occurs when a dbo person creates an object, it is owned by the dbo role. In Snowflake, objects in the database also have owners, but the owners can’t be users, they are always roles.
When you create a database, there are four pre-defined roles:
2019-09-13