What is the relationship between a SPID and a Connection in SQL server?

Posted by Shiraz Bhaiji on Stack Overflow See other posts from Stack Overflow or by Shiraz Bhaiji
Published on 2010-04-30T06:30:02Z Indexed on 2010/04/30 6:37 UTC
Read the original article Hit count: 331

Can a SPID be used by two connections, while both connections are open?

If a connection is returned to a connection pool, will it hold on to the SPID?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about connection-pooling