Hi,
Iam having a table with column [DueDate] with DateTime datatype with some values.
I want a new column [InstDueDate] with DateTime datatype,
the value of [InstDueDate] should be in current month and day should be day(DueDate)
For Example:
DueDate InstDueDate
31-Mar-2004 31-Jul-2012
30-May-2008 30-Jul-2012
26-Dec-2003 26-Jul-2012
25-Apr-2012 25-Jul-2012
For each month i have to update [InstDueDate] column