March 10, 2009 at 5:29 am
Hello!
On MS Windows Server 2003 R2 SP2 + all security updates was installed MS SQL Server 2005 Express. Later I try to update SQL Express to MS SQL Server 2005 Standart, but updating ends with error and I install new instance of SQL Server, and disable autorun of SQL Server 2005 Express.
Now, when I try to create a database using SQL Server Management Studio or from external program, I see in logs next error:
2009-03-06 17:16:52.69 Error: 50000, Severity: 16, State: 1.
2009-03-06 17:16:52.69 CREATION OF A USER DEFINED DATABASE IS PROHIBITED - DBNAME = [DBName]
2009-03-10 14:27:25.96 spid57 Starting up database 'test'.
2009-03-10 14:27:26.23 spid57 Error: 50000, Severity: 16, State: 1.
2009-03-10 14:27:26.23 spid57 CREATION OF A USER DEFINED DATABASE IS PROHIBITED - DBNAME = [test]
Help me, please to resolve this error.
Thanks.
March 10, 2009 at 6:55 am
looks like someone has specifically prevented new databases from being created...most like a DDL triger at the server level. that is not an MS error message...someone returned that message as a custom error message.
otherwise, with normal permissions, you'd get this error:
[CREATE DATABASE permission denied in database 'master']
Lowell
March 10, 2009 at 8:28 am
Thanks, Yes, so it also is - DDL-trigger in Server Objects. It was installed with other application and can't be deleted.
Post closed.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy