Hi
I have an issue to update data between two table. I want to update data from one table to another using Store
procedure. My code is
SELECT NoMonth,ACC_P,StartDate FROM dbo.tbl_Accural_Basic
UPDATE WEB_tbl_Accural_Audit SET NoMonth=nomonth,ACC_P=ACC_P, StartDate=Startdate
But Nothing happend. It will show the data in select command
Pls help me
Maideen