Question : Output the Month's Name?

I was just wondering if I have a date : 2009-11-01 is it possible to out put the month for this? I am using SQL Server 2008

Cheers

Answer : Output the Month's Name?

select datename(mm, getdate())
Random Solutions  
 
programming4us programming4us