I have a column of datatype date in a table in sql server..for few rows i want to update their value to 'In Hold' in that column.
How to write a update statement to insert string value to date datatype field???
Actually i am trying to update this using SSIS.
Can anyone please help!!!!!
Thanks in advance!!!