We are using a tool (navision business analytics configurator) that creates databases and cubes inside sql server 2005. Now we got the error "Create database permission denied in database 'master'". The user is in sysadmin role and can create databases when logged in. The tool uses the Microsoft.SqlServer.SMO interface. The question is now: Do we have to configure the security somewhere for using the database administration over SMO?