Some of the tables we use are on an SQL server. When we need to access these tables we have to login to the SQL server. We have 5 licenses and one of these is appointed to the user when logging in. Even though the user may not need to access the SQL server again for a few hours the license stays with them all the time. After accessing the SQL tables I would like to free up license and avoid getting this message…
Login failed. The maximum simultaneous user count of 5 licenses for this ‘Standard Edition’ server has
been exceeded. Additional licenses should be obtained and installed or you should upgrade to a full version.
…we are currently needing to close down the application to free up the licenses.
Is it possible to free up the licenses using VB?