I would like to user SQL Server 2008 for my public web site.
It will be installed on a quad-core CPU and it will be used only through several web applications installed on the same server.
My options are:
- Per-CPU license - around 5-6k US$
- Per client - around 1k US$ + cost per client
Now, I don't understand the second model. I have thousands of users, but they all access the SQL Server through ASP.NET SqlClient connections, and they are pooled. I believe the default is 20 pooled connections.
So, if I choose per-client option, do I:
- Pay 1 CAL total
- Pay 1 CAL for each pooled ASP.NET SQL connection
- Pay 1 CAL for every web user accessing my web site
Additional info:
- BizSpark is not an option, since the company is too large
- We have SQL 2000 license