Is it possible to allow users create feature class permissions in a feature dataset that was created by dbo? Here's the situation: I have created several feature datasets, I want users to be able to import/create their own data into those datasets. Creating a seperate FD per user is not feasible nor supported in our deployment model. E.g. we have one feature dataset named "Vegetation", all users in the organization need to have permissions to create feature classes within that FD. Creating a seperate FD for each user whom must create and edit vegetation feature classes just is not workable.
I'd tried given create table and alter dbo schema pemission in SQL, but I still get "You must be owner" errors when a user tries to create a FC in the FD I created for them. Environment is SQL 2008 Basic 64 bit SP1, ArcSDE 10 SP3.