Dear all,
I have visual studio 2010, and i had not installed sql server separately. I am using sql express which comes with visual studio.
Problem: I am able to connect to the server (local)\SQLEXPRESS but unable to create database. While trying to create database through server explorer i am getting the following error
"CREATE DATABASE permission denied in database 'master'".
Note: Please don't suggest "add new administrator" in "SQL Server surface area configuration". Because i have not installed sql server seperatly. I am using sqlexpress comes by default with visual studio.
Please help!
Thanks in advance
Kannan.M
Loading
R JPosted Sep 8, 2010, 7:24 AM
instead of connecting to server, you can create your own database in your application.
add new item > SQL server DataBase>
Manikavelu VelayuthamPosted Sep 8, 2010, 7:35 AM
If you problem solved by this post, mark this answer as accepted