I am trying to do the simplest thing
insert into dbo.tbl_Slipper(Job,JOB_DELIVERY_DATE,QTY_TO_MAKE)
select Job,JOB_DELIVERY_DATE,QTY_TO_MAKE
from dbo.tbl_Slipper_Test
Insert values from one table into another, but I keep getting this
Msg 512, Level 16, State 1, Procedure ForInsert, Line 10...