Tuesday, December 21, 2010

SQL Server Licensing

2 SQL Server license available: Per Processor (unlimited CAL / Client Access License) and Per Server + CAL (CAL is needed for every workstation connecting to SQL Server).

So for web application published on the internet, we should use Per Processor because we can't buy CAL for every person accessing our website.

Per Processor means physical processor, so 1 Quad Core Processor just need 1 Per Processor License.

If SQL Server is hosted on Windows Server, then we need "CAL Windows Server" and "CAL SQL Server" for every client connecting to SQL Server.

Wew.. that would cost a lot of money...

CAL also available "per device" and "per user". We can choose which one more suitable for us.
"Per user" means license is coupled with user, so the user can use multiple device for connecting to server. "Per device" means license is coupled with device (PC/notebook), so any user can use that device for connecting to server.

Source:
http://www.developer.com/db/article.php/3502746
http://www.microsoft.com/sqlserver/2005/en/us/pricing-licensing-faq.aspx
and discussion on dotnet netindonesia mailing-list

No comments:

Post a Comment