I'm trying to connect sql server to python script when I try to make a new username it doesn't work when i try to connect to it by the managment studio it doesn't run only with the default username SQLEXPRESS i don't know how to connect i tried to use pypyodbc
database = pypyodbc.connect('Driver=SQL Server;Server=localhost;Database=Database.db;uid=MSSQLSERVER;pwd=')
it raises an error Access is denied or server not found