Link to home
Start Free TrialLog in
Avatar of Boogg
Boogg

asked on

How do I change permissions in SQL Server Express 2005

When I try and create a new database in SQL Server Express 2005 I get the following error message:

CREATE DATABASE permission denied in database 'master'. (Microsoft SQL Server Error: 262)

And when I chnage the Server permission of 'Create any database' i get the following error:

Grantor does not have GRANT permissions (Microsoft SQL Server Error: 4613)
Avatar of chapmandew
chapmandew
Flag of United States of America image

Sounds like your login doesn't have DDL permissions. Can you get someone to run the script for you or give you the necessary perms?
ASKER CERTIFIED SOLUTION
Avatar of Rajkumar Gs
Rajkumar Gs
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Boogg
Boogg

ASKER

Raj

This solution solved the prblem.

Thanks very much
Hi Boogg,

Well.
If solved, please mark the comment(s) that assisted you as accepted solution.

Raj