Tag: datetime2fromparts

  • DATETIME2FROMPARTS function – SQL Server Denali

    We have one more new date time function in Denali. DATETIME2FROMPARTS is the function name which is used to returns datetime2 value for the input value given.  If the arguments are not valid then an error is raised or if the argument is NULL then it will return a NULL value. This function is to…