Hello
Bad way!
If you are using SQL Server, use
DateTime
instead of
nvarchar
.
By the way:
If you want and insist to use string type for date, then change your format. For example:
"20120123" instead of "01.23.2012"
SELECT * FROM TableExample WHERE [Date] > '20101010'