I have deleted my database in Microsoft SQL Server Management Studio and wanted to recreate it (I did this often in the past) but then I get the error
Msg 262, Level 14, State 1, Line 1
CREATE DATABASE permission denied in database 'master'.
Others who asked this question here got the answer to try running it as admin but I do not have the possibility to do so since my superior (who has the password) is on vacation. Is there any other workaround to create a database? In the past I could create it without admin rights but that was on another server.