Mega Code Archive

 
Categories / MSSQL Tutorial / Date Functions
 

Select DATENAME(month,2002-09-30)

3>  select DATENAME(month,'2002-09-30') 4> GO ------------------------------ September (1 rows affected)