March 14, 2016 at 10:02 am
Hi, please could someone answer the question below if possible.
Is a thread required for a Login to SQL Server? I'm aware that a task is allocated to a thread from the threadpool; however, are threads only required for query execution, or other actions too (such as logins mentioned above)
Thanks for any help.
March 14, 2016 at 10:06 am
Threads are required to process logins.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 14, 2016 at 10:16 am
Thanks
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply