Congratulations !!! to all the winners of November 2009.Certificates have been sent to all the winners.
Reply
Interesting?
I hope this code will useful for you try this Convert(datetime,report_date)<Convert(datetime,'7/8/2009 10:10:50 AM' ) After writing query in where conditon write like this so you can get records..
select Col1,Col2 from report where CAST(Report_Date AS DATETIME) < '7/8/2009 10:10:50 AM' Regards