dbcli / dbcli/mssql-cli

Display full statistics time output

Open
#249 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
1.4k
Forks
191
PR merge metrics
No merged PRs in 30d

Description

Given the following statements:

```
SET STATISTICS TIME ON;

SELECT TOP 1 name FROM master.sys.columns;
```

Two statistics time messages are output in SSMS: One for "parse and compile" time and one for "execution time". mssql-cli only outputs "parse and compile" time. Both messages should instead be returned.

I'm on version 0.15.0.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.