Hi,
I have a large batch insert using SubSonic which takes about 10s (sometimes more), will this produce any problems if my website tries to open another connection to my sql server?
This batch won't happend that often, but I guess it will happend at the same time as an other connection at some point.
And a related question: How many connections can sql server have at once?