Hi Everyone , I need to give rights pemissions on Databases for developers in such a way that they can do any thing except DB backup and restore. I use SQL Server 2000, In SQL 2005 it is simple I just give db_owner permission and remove dbbackup rights permission for db_owner. but in SQL 2000 I did not find any thing to remove DB backup permission from ob_owner.
Can Anyone help me in setting the correct permissions for developers