I have an app that I would like to put onto a production server that uses CSLA and remoting. Will the dataportal handle the connections to SQL server so that I can get by with a minimum number of CAL's? I will have about 50 clients - usually only about a dozen online at one time. I presume that the dataportal actually only needs a single connection to SQL server though?
Thanks!
The number of concurrent connections have nothing to do with SQL Server licensing. SQL Server licenses can be:
In your case, since the number of clients is known in advance (not like Internet), you can choose whatever you want. I prefer a per cpu (simpler) but if you have a mlimited number of users and N cpu, using CALs can be cost effective. Contact MS for details.
hope it helps.
Copyright (c) Marimer LLC