Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I recently installed SQL Server Management studio 2008 on my computer so I could use it on this c# program i've been making. So I installed it and it connects and opens ok, but it wont let me create a database it comes up with this error message.

"An Exception occured while executing a Transact-SQL statement or Batch"
"CREATE Database permission denied in database 'master' (Microsoft SQL Server, Error:262)

How can I fix this error?
Posted

Are you doing something like this:

http://support.microsoft.com/kb/307283[^]
 
Share this answer
 
Comments
programmer1234 20-Jan-11 6:21am    
No im not creating it in VB. Im creating it in SQL Server manually by right clicking database, selecting new database, entering a name for the DB and then clicking ok. Then it comes up with the error message.
again u install sql server in u r system then it will work fine i hope....!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900