Snowflake for SQL Server users - Part 7 - Authentication
Authentication in Snowflake is based around user identities. That’s very similar to what we have today with SQL Server authentication (i.e. SQL Server logs you on), as opposed to Windows Active Directory authentication (i.e. Windows AD logs you on), or Azure Active Directory authentication (i.e. AAD logs you on).
I can create users if I’m a member of either the SECURITYADMIN or ACCOUNTADMIN roles.
Snowflake has a single specific password policy:
2019-09-20