Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi ,
I am trying to create a database in SQL-SERVER 2008 express edition(trial version). I am using Windows authenication. But gives an error : "Permission denied in database 'master'.".
I am using Windows 7.

Please help me in chANGing the Windows authentication to Sql-server authenticcation..
Job in danger.
Regards.
Posted
Updated 27-Jul-11 22:16pm
v2

1 solution

Seems you're trying to create tables in the master database, you should start by creating your own database.

To change the authentication mode take a look here:
How to: Change Server Authentication Mode[^]

Hope it helps
 
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