Mega Code Archive
Categories
/
MSSQL Tutorial
/
Date Functions
Select DATENAME(month, 2002-09-30 11
3> select DATENAME(month, '2002-09-30 11:35:00') 4> GO ------------------------------ September (1 rows affected) 1>