• Elegant!
    - Yet, if I only wanted to add an identity column, in order to keep the table name (and save on storage), I would use simply
    ALTER TABLE dbo.Names
    ADD id INT IDENTITY(1, 1)