Network Trace
Disconnect the dedicated pool.
- Start CMD (Run as Admin)
- Start the process:
netsh trace start capture=yes packettruncatebytes=512 tracefile=%temp%\%computername%_nettrace.etl maxsize=2048 filemode=circular overwrite=yes report=no
- Reproduce the issue.(Try connecting to dedicated pool through SSMS again)
- Stop the process: netsh trace stop