Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

sql server EXPRESS instance with windows authentication does not have any permissions to create a db.

i have installed VS 2008. so i got SQLEXpress installed. and then separately i installed management studio 2008.

When i connect to the instance using windows login, it connected. but It does not have permissions to create any db or create any login.

How can i fix this permissions issue. My windows authentication does not have any permissions to do anything on my sqlexpress db.

can any one help on this..

errro: access denied. no permission..

thank you

share|improve this question

1 Answer

I had the exact same problem. When I completely reinstalled SQL Server 2008 Express and Management Studio the problem was missing. Also when you install the SQL Server you can add password for 'sa' user.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.