time) END END IF(@MaxPopulationYear < @NewMaxPopulationYear) BEGIN - Populate from @MaxPopulationYear to @NewMaxPopulationYear ...

, 1, @time)
                    END
            END
            IF(@MaxPopulationYear < @NewMaxPopulationYear)
            BEGIN
                -- Populate from @MaxPopulationYear to @NewMaxPopulationYear
                SELECT @time = DATEADD(Year, 1, @MaxPopulationYear)
                WHILE @time < DATEADD(Year, 1, @NewMaxPopulationYear)
                BEGIN
                    INSERT INTO #temp
English
English (United States)
Deutsch (Deutschland)
German (Germany)
Español (España)
Spanish (Spain)
Français (France)
French (France)
日本語
Japanese
한국어
Korean