14 New Functions and 1 Changed Function
SQL Server 2012 introduces 14 new built-in functions. These functions ease the path of migration for information workers by emulating functionality that is found in the expression languages of many desktop applications. However these functions will also be useful to experienced users of SQL Server.
The new functions are:
Conversion functions
Date and time functions
- DATEFROMPARTS (Transact-SQL)
- DATETIME2FROMPARTS (Transact-SQL)
- DATETIMEFROMPARTS (Transact-SQL)
- DATETIMEOFFSETFROMPARTS (Transact-SQL)
- EOMONTH (Transact-SQL)
- SMALLDATETIMEFROMPARTS (Transact-SQL)
- TIMEFROMPARTS (Transact-SQL)
Logical functions
String functions