Posted
on Jan 12, 2010
(permalink)
Using Microsoft SQL Server Management Studio, I ran the test script
CREATE DATABASE Test
GO
The result was
Msg 262, Level 14, State 1, Line 1
CREATE DATABASE permission denied in database 'master'.
However, I do not see why dbo would be able to create databases, and the error we are seeing is for creating a table, not a database. As a test, I right clicked Tables, New Table... added a column, saved, and was able to create the table "Test" as my database user. Therefore, the user does have table creation permissions. Also, the error is not related to invalid credentials. So what's left?