Open
Description
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.