I am currently writing a program for a company and they have a SQL Server 2005 installation running.
My program is a Silverlight Based internal project. It gets data via a web service that is hosted internally which connects to a Database for data. We make use of SSRS for reporting which pulls from the same DB.
Now the Microsoft guy told them they would need a CAL for every user who uses the system. However it is my thought process that says , it is a single user(web service cloud) connecting to the DB to get the user and then delivering the data to the connected clients. I would need a CAL for SSRS too .
So total count of CALS in my mind would be 2 and not 1 for every user in the company
Is the Microsoft guy right or am I right ?
My program is a Silverlight Based internal project. It gets data via a web service that is hosted internally which connects to a Database for data. We make use of SSRS for reporting which pulls from the same DB.
Now the Microsoft guy told them they would need a CAL for every user who uses the system. However it is my thought process that says , it is a single user(web service cloud) connecting to the DB to get the user and then delivering the data to the connected clients. I would need a CAL for SSRS too .
So total count of CALS in my mind would be 2 and not 1 for every user in the company
Is the Microsoft guy right or am I right ?