Viewing 3 posts - 1 through 3 (of 3 total)
I came up with the following script.
INSERT INTO [dbo].[TORateFY] (Year,HistoricalHC,NumbTermedEmp)
SELECTDISTINCT YEAR(GETDATE()) AS [Year],
SUM(CASE WHEN EmpStatusName = 'Active' THEN 1 ELSE 0...
July 31, 2013 at 11:55 am
#1637507
Thank you for the response.
I actually ended up using a suggestion from another forum that worked out really well.
The moderator there helped me to put together a Script...
July 1, 2013 at 6:34 am
#1628680
Yes, there can ba a situation where there is a middle initial and a suffix.
However, there will not be an issue with 2 middle initials. The system we use...
June 28, 2013 at 7:45 am
#1628293