Skip to content

Prefix @@servername of docker-instance with something more meaningful #259

Open
@apoorvdeshmukh

Description

@apoorvdeshmukh

With the ability to create docker instance via sqlcmd, I think there should also be some mechanism to confirm if user is connected to the docker instance created via sqlcmd or some other sql server instance post establishing connection.
One way to do this is by running select @@servername which displays only hash.
I wonder if labeling it something like sqlcmd-mssql-65f98dde9a9d would make more sense to distinguish itself.

1> select @@servername
2> go


--------------------------------------------------------------------------------------------------------------------------------
65f98dde9a9d


(1 row affected)

Opening this issue to investigate efforts required to achieve this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions