I have SQL Server 2014 (v12.0.2000.8) and I want to auto update a table via panda dataframe.
As I understood, it can be done from sqlalchemy and looks something like this:
sqlalchemy.create_engine("mssql+pyodbc://<username>:<password>@<dsnname>")
Server is on my local machine and I have windows authentication (Windows 10 to be precise).
Can someone advice me which string should be used in this situation?