// Date with time GETDATE() // Just the year YEAR(GETDATE()) // Date without the time CAST( GETDATE() AS Date )