ipython-sql
ipython-sql copied to clipboard
MS SQL Server Instance Issue
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.