Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Tithira
Starting Member
2 Posts |
Posted - 2012-08-08 : 00:43:02
|
I develop web Application with SQL DB. I buy SQL server license but i need to know properly run my WEB app if i need any SAL CAL's or not.thanks. |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2012-08-08 : 03:00:00
|
In essence, you will need one CAL license per user that will access your data and have a "personal" login.This is true for all versions of SQL Server, except Express Edition.With Enterprise and Standard Edition, you can go for CPU license instead.You can use Express Edition (with the few limitations) without the CALs. N 56°04'39.26"E 12°55'05.63" |
|
|
Tithira
Starting Member
2 Posts |
Posted - 2012-08-08 : 04:44:39
|
In My WEB application all users are using same user id and password to log int to the DB data. So it's also need to BUY a cal's ?Because my WEB application is host in IIS server. |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2012-08-08 : 04:51:04
|
If you are using any other Edition than Express, yes you need to buy a CAL for each user logging into the database. N 56°04'39.26"E 12°55'05.63" |
|
|
|
|
|