In designing a geodatabase structure for our organization (using SQL Server), my goal is to use different schemas to represent the departments within our org. For example:
{db}.Dept1.Dataset
{db}.Dept2.Dataset
My understanding is that we will need separate data owner logins to correspond with each distinct schema. I have seen straight forward examples of setting this up using SQL Server logins and sde-schema. Our organization requires the use of windows accounts (AD) and logins on the SQL Server.
Is it possible to map a windows account, e.g. "DOMAIN\Dept1-dataowner-acct" to a custom schema name like "Dept1"?