Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No output for sqlserver #246

Open
Tired-Fox opened this issue May 30, 2024 · 0 comments
Open

No output for sqlserver #246

Tired-Fox opened this issue May 30, 2024 · 0 comments

Comments

@Tired-Fox
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant