Ryan Wade

Results 4 comments of Ryan Wade

I am getting the same. Was hoping to find an answer. Wondering if I need to make a configuration change in SQL Server.

Hello sttorie, I followed your steps. I did the following: - Imported the pyodbc library - loaded the sql magic using the following code: %load_ext sql - Connected to my...

I am giving a presentation to my local PyData group about Jupyter Notebooks. One of the features that I want to cover is the sql magic and I will like...

@meet-bhagdev Here is my code: %load_ext sql %sql mssql+pyodbc:// I was able to connect to the MS SQL Server database but I was not able to run any queries without...