I am using sqlserver to connect to a MS SQL database. I try running a simple select on a table and the response in the UI is blank. If I run the command manually in the terminal I get a response.
No results in ui: SELECT TOP (20) * FROM <db>.<schema>.<table>
Works in cli: sqlcmd -S <server> -E -Q "SELECT TOP (20) * FROM <db>.<schema>.<table>"
I am using sqlserver to connect to a MS SQL database. I try running a simple select on a table and the response in the UI is blank. If I run the command manually in the terminal I get a response.
No results in ui:
SELECT TOP (20) * FROM <db>.<schema>.<table>
Works in cli:sqlcmd -S <server> -E -Q "SELECT TOP (20) * FROM <db>.<schema>.<table>"
NVIM v0.10 Windows 10