When configuring the SQL settings, getting error "Create Database permission denied in database 'Master'"
Verified that all the prerequisites are installed: - SQL Express- locally - SQL 2005 Native client
Verify you are able by performing a UDL test, and verify you can open SQL Management Studio with the same account.
One possible case for this is that DEP (Data Execution Prevention) is enabled
Please change the DEP setting on the server to "Turn on DEP for all programs and services except those I select:"
Change the DEP setting to;
"Turn on DEP for essential Windows programs and services only"
To Change DEP settings;