Additional SQL Server features and topics not covered by specific categories
Hi @Şevval Çakır,
CREATE DATABASE permission denied in database 'master'
Seems like a permission issue, the user account you're using doesn't have the permission to create a new database.
You may use the admin account to grant the permission to your account.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.