Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Column data output looses context #12

@nocentino

Description

@nocentino

cat dm_exec_connections | awk '{ print $1,$3,$7 }' | column -t
session_id connect_time endpoint_id
51 Jun TCP

When accessing the data in the file, awk functions properly. But not having the column data line up might be challenging for users. Standard stuff for Linux folks, not so much for SQL Server folks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions