I\'ve tried searching through search engines,MSDN,etc. but can\'t anything. Sorry if this has been asked before. Is there any performance difference between using the T-SQL
actually. I just try verifying between with some of my data. BETWEEN is equivalent to ">=" and "<". For example: Between '05/01/2010' and '05/30/2010': You will only get data between 5/1/2010 00:00:00 to 5/29/2010 23:59:59. Try query your table with "Order by [TimeField] desc" and you will see the result.