Viewing 3 posts - 1 through 3 (of 3 total)
In case you go for the per core licenses, you need per core license in both servers or only in the first one?
June 29, 2016 at 9:41 am
Did you find the solution? I have the very same problem, any help will be very appreciated.
Best regards.
Rogelio
February 19, 2009 at 9:17 pm
if employees can not have salary reductions:
select [employee code], max(income),max(tax)
from employeesalaryhistory
if emplyees can have salary reductions, i'm pretty sure you need a subquery:
select [employee code], income, tax
from employeesalaryhistory a inner...
January 22, 2007 at 6:29 am
Viewing 3 posts - 1 through 3 (of 3 total)