Du måste uttryckligen nämna kolumnnamn i måltabellen när du infogar .Ersätt Col1, Col2 etc med kolumnlistan CP.[dbo].[LOCALE_CODE]
bord
SET IDENTITY_INSERT CP.dbo.LOCALE_CODE ON
insert into CP.[dbo].[LOCALE_CODE] (Col1 ,Col2 , Col3)
select * from PP.dbo.LOCALE_CODE
Du kan använda * i SELECT i källtabellen PP.dbo.LOCALE_CODE