I have a temp table where i have changed some values in the database and am trying to nsert these back into the real table but it is not working I have this below:
SELECT * INTO dbo.PackageProduct FROM #PackageP
where #PackageP is my temp table
I am getting this error after the second run:
There is already an object named 'PackageProduct' in the database.