Dear,
I have built a time-log application for my internal teams. This application has an ASP.NET web service on server and a mobile phone client (html / js). The web service is connected to an MS SQL Server 2008 standard database which is used as the data repository for the application. I have brought 5 CALs for this database. I am sure I will not need more than 3 to 4 people connecting at any given time -as each connection takes very little time within which the required data is supplied and the connection is closed.
In a typical operation:
1. the client will send a request to server,
2. server will open a database connection and read / update necessary data and close connection
3. Send the results to client
Now, I did not see any settings in SQL server using which I can restrict the number of licenses used to 5. Can you help me figure out how do i restrict the number of licenses used to 5 in SQL server?
-Aju