Hi, everyone,
I have a task to design a database in MS SQL Server 2005 Express for a group. Each member of the group should have his own space to maintain his objects and that space should not accessible to other members. There should also be a common space where all members can share data. I set up individual schemas for group members in a database and created a database role for all members. My problem is how to prevent members from accessing others' schema. I can manually set it up but I think it is too tedious and trivial. Is there a smart way to do it? Any help will be greatly appreciated.
Thanks.