I need to setup access to SQL Server for multiple users, and would like to allow the users to do the following.
Create/Drop/Edit Tables-SP's-Views-Indexes-Logins for there own database, but not be able to backup there databases etc.
How is this done?
Thanks in advance.