select *from tbwhere convert(varchar(7),date,120) = ‘2011-05‘
select
*
from
tb
where
convert
(
varchar
(7),
date
,120) =
‘2011-05‘