Currently I am using AD groups to Data creators, Editors and Readers. This is working great. When a user in our AD creator groups creates a new Feature it will create a new Schema for this user. i.e user toby from AD domain dpi (dpi\toby) create a new feature on Database GISDB, will create table with the prefix dpi\toby.
and the associated schema dpi\toby.The issue I have is when Toby leaves the department we would like ot transfer the dpi\toby schema and associated tables etc to a new owner dpi\Jane.How can I accomplish this?Thanks in advance.