My question is on SQL Server 2005. Is there a limit on connections? Someone told me for Developer that there is a limit of 5 current user connections at a time. And that there is no limit for Express. Is this true? I have tried searching the internet but I haven't quite found my answer. Is there a web page that someone can point me to?
Hi, There is no limitation on simultaneous connections in developer edition or express edition. Only thing which I have read before is if Express edition runs on XP home then its limited to 5 connections and with xp prof or win2000 its limited to 10 connection and this is the limitation of OS and not of SQL express edition.