I'm following the SQL Server course. In order to implement the queries taught I tried to create DB through SSMS but I'm unable to do so. The error says:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Create failed for Database 'test'. (Microsoft.SqlServer.Smo)
------------------------------
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
CREATE DATABASE permission denied in database 'master'. (Microsoft SQL Server, Error: 262)
For help, click: https://docs.microsoft.com/sql/relational-databases/errors-events/mssqlserver-262-database-engine-error
------------------------------
BUTTONS:
OK
------------------------------
I think I don't have enough permission to create the DB. How can I resolve this issue.
Thank you in advance.