Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Annual Count

    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...

  • RE: Split one Name Column into Two Colmns using SSIS

    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...

  • RE: Split one Name Column into Two Colmns using SSIS

    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...

Viewing 3 posts - 1 through 3 (of 3 total)