how to change this query from Oracle to Sql server ? to_char(asondate,'mon yy') = to_char(to_date('" + asondate.ToShortDateString() + "','mm/dd/yyyy'),'mon yy')") where 'asondate' is equal to current date.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)