You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: