Hi,
I need to have a windows authenticated user who's able to create logins and grant database roles, and nothing else (no T-SQL on any object).
Is it possible to grant ONLY those privileges to a database user ?
I'm asking because for Oracle target environments, I used "grant CREATE USER to MyDomain\MyServiceAccount" and "grant GRANT ANY ROLE to MyDomain\MyServiceAccount". Is there some kind of equivalent in SQL Server 2005 ? I looked at ALTER ANY LOGIN, but that doesn't seem to be quite the right thing.
By the way, I was directed to your forum by Mathieu Bégin who just followed your class and enjoyed it.
Dominic