INSERT INTO dbo.Table(Column1, Column2)SELECT 'Value1', 'Value2' UNION ALLSELECT 'Value3', 'Value4' UNION ALLSELECT 'Value5', 'Value6';