apsnet_regsql
我使用Visual Studio 10 命令 propmpt(以管理员身份运行)中的命令打开了“ASP.NET SQL Server 安装向导” 。
在那个向导中,我选择Windows Authentication
了而不是Sql Authentication
. 当我尝试连接到主数据库时,出现以下异常
An error occurred during the execution of the SQL file 'InstallCommon.sql'. The SQL error number is 262 and the SqlException message is: CREATE DATABASE permission denied in database 'master'.
Creating the TestDB database
并且 SqlException 是:
create database permission denied in database 'master' in windows authenticAtion
.
我了解我无权创建数据库。但是我如何以及在哪里可以允许这样做。
所以请帮助我并为我的问题提供解决方案。谢谢。