Team,

Not really sure if this is the right group to post this. I have already 
posted the issue on the Github repo 
- https://github.com/catherinedevlin/ipython-sql/issues/62, but haven't 
received any response yet.

I am facing issues connecting to MS SQL Server instance using Jupyter via 
the SQL magic extension,

The queries fetched from MS SQL server are coming as empty. I have a local 
instance of SQL Server running and using the following commands to connect,


%load_ext sql

%sql mssql+pymssql://username:passord@/DBName

%sql select * from tablename


I am able to connect to the DB but I keep getting empty arrays even though 
there is data. This works on MAC when Jupyter is started using 
"jupyter-notebook" command instead of "jupyter notebook". Didn't work in 
either with Windows.


Please let me know if I need to provide any-more information or 
clarification. Or if there is another forum where I can post this.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/c8f19aa2-9f81-4582-9e0d-35d59564c5bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to