Relative Content

Tag Archive for pythonazure-sql-database

how to connect to master db in azure sql using python

I am trying to connect to the master database in Azure SQL using Python . I need to create a login and perform some administrative tasks like assigning roles. However, when I try to connect to the database using the name “master”, it fails, and I receive a connection error.