ipython-sql icon indicating copy to clipboard operation
ipython-sql copied to clipboard

MS SQL Server Instance Issue

Open avinashmaheshjoshi opened this issue 9 years ago • 0 comments

Hi,

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@<IP>/DBName

%sql select * from tablename

I keep getting empty arrays even though there is data.

Please let me know if I need to provide any-more information or clarification.

avinashmaheshjoshi avatar Sep 14 '16 08:09 avinashmaheshjoshi