I've got a third party download app that creates ten connections to Sql Server 2000 per user! We've got an average of 40 users/day and so we have around 400 connections floating around all day just for this one small app! We asked the vendor and all they will say is "it's working as designed".
So here are my questions:
1. Is there ANY reason on planet earth, performance or otherwise, that someone would require ten connections !
2. How can I get it across that this is unacceptable How can I calculate how many connections Sql Server can handle Are there any rules of thumb that I can use for leverage
Thx.

Connections
bonskir