This will work:
SELECT * FROM RG_23CI WHERE Convert(varchar(10), BILL_DATE, 101) > '03/31/2007'
And so will this:
SELECT * FROM RG_23CI WHERE Convert(datetime, BILL_DATE) > '03/31/2007'
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
Professional IIS 7 and ASP.NET Integrated Programming
================================================== =========