I'm getting String or binary data would be truncated error when, I'm trying to execute
Insert into Student_info (StudentId,FirstName,LastName,DOB,StudentAddress,StudentEmail,StudentMobile)
(Select StudentId,FirstName,LastName,DOB,Address,EmailId,Mobile from Student_temp where StudentId='" & studentid & "')
Table structure of Student_Temp

Table structure of Student_Info

Need Help !!