insert into iProf_Status_History (LoanID, StatusDate, UserName, StatusCode) Values (a,b,c,d)
a,b,c will be coming from a specific table (MortPayoffCalc) where Approved=1
b is a varchar that has datetime vaules. I need to convert them to datetime for the new table.
a : Mortpayoffcalc.LoanID
b : Mortpayoffcalc.ApprovedDate
c : Mortpayoffcalc.ApprovedBy
d : 3
please help writing this script
a,b,c will be coming from a specific table (MortPayoffCalc) where Approved=1
b is a varchar that has datetime vaules. I need to convert them to datetime for the new table.
a : Mortpayoffcalc.LoanID
b : Mortpayoffcalc.ApprovedDate
c : Mortpayoffcalc.ApprovedBy
d : 3
please help writing this script