Hi,
1. Just am created a user for the login 'test'.
2. As with this login 'test', i logined to the server.
3. I don't have the permission to create the database.
4. So i tried this query:
use master
grant create any database to user
go
5. Am facing this following error: why ?
Msg 4613, Level 16, State 1, Line 2
Grantor does not have GRANT permission.
6. please help me out. Thanks in advance.