我正在配置报告服务器,但是在尝试创建报告服务器数据库时遇到了一些问题。
我有这个错误:
System.Data.SqlClient.SqlException:
CREATE DATABASE permission denied in database 'master'.
em System.Data.SqlClient.SqlConnection.OnError(
SqlException exception, Boolean breakConnection)
em System.Data.SqlClient.SqlInternalConnection.OnError(
SqlException exception, Boolean breakConnection)
em System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(
TdsParserStateObject stateObj)
em System.Data.SqlClient.TdsParser.Run(
RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream,
BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
em System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(
String methodName, Boolean async)
em System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(
DbAsyncResult result, String methodName, Boolean sendToPipe)
em System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
em Microsoft.ReportingServices.Common.DBUtils.ApplyScript(
SqlConnection conn, String script, ICommandWrapperFactory commandWrapper)
em Microsoft.ReportingServices.Common.DBUtils.ApplyScript(
String connectionString, String script)
em ReportServicesConfigUI.SqlClientTools.SqlTools.ApplyScript(
String connectionString, String script)
有什么建议么?