In this video I fix the permission denied database in database master
If the user account not having the access in SQL Server, please follow the below steps to add the role. Step 1: Expand “Security tab”. Step 2: Right click “Login” and select the user account under which you want to create the database. Step 3: Right click and select properties tab. Step 4: Under “Server Roles” tab, select “dbcreator” checkbox.
CREATE DATABASE permission denied in database 'master'. Permission denied is a security so you need to add a "User" permission.. Another window will show, then you click the "Find Now" button on the right side. On the fields below, go to the bottom most and click the "Users". Click OK.
https://t.me/ProgrammingStars