• Here is the small code which will help you:

    DECLARE @d SMALLINT

    SELECT @d = (SELECT Datepart("yy", Getdate()))

    SELECT Concat(@d, '-', RIGHT(@d + 1, 2))

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."