go-sqlcmd icon indicating copy to clipboard operation
go-sqlcmd copied to clipboard

Debug messages seen with default verbosity

Open apoorvdeshmukh opened this issue 2 years ago • 1 comments

I had docker instance created along with explicitly installed sql server and when trying to connect to docker instance using backward compat syntax I see these messages.

C:\Users\apdeshmukh\git\go-sqlcmd>.\sqlcmd.exe -Slocalhost:1435
NextBytes InitializeSecurityContext failed 8009030e
NextBytes InitializeSecurityContext failed 8009030e

apoorvdeshmukh avatar Feb 14 '23 08:02 apoorvdeshmukh

@apoorvdeshmukh this would be a driver bug in integratedauth\winsspi\winsspi.go

shueybubbles avatar Feb 14 '23 16:02 shueybubbles