Home Forums SQL Server 2008 T-SQL (SS2K8) Need to find out whether date is of which data type RE: Need to find out whether date is of which data type

  • try using isDate() function.

    or

    try to convert the string using Convert function then check with isdate function.