About 94,100 results
Open links in new tab
  1. CAST and CONVERT (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · Reference for the CAST and CONVERT Transact-SQL functions. These functions convert expressions from one data type to another.

  2. SQL Server CONVERT () Function - W3Schools.com

    Example Convert an expression from one data type to another (varchar): SELECT CONVERT(varchar, '2017-08-25', 101); Try it Yourself » Previous SQL Server Functions Next

  3. Conversion functions (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · Conversion functions support data type casting and conversion in the SQL Server Database Engine.

  4. SQL Convert Examples for Dates, Integers, Strings and more

    May 28, 2024 · In this article, we look at how to use the SQL CONVERT function to convert between data types such as date, integers, strings, and more.

  5. SQL Date Format Examples using SQL CONVERT Function - SQL Server

    May 2, 2026 · Learn how to use SQL CONVERT for different SQL date format options and achieve the desired date representation.

  6. SQL Server CONVERT Function Explained By Practical Examples

    Mar 14, 2019 · This tutorial shows you how to use the SQL Server CONVERT() function to convert a value of one type to another.

  7. SQL Server CONVERT () Function - TutorialsTeacher.com

    SQL Server CONVERT () function converts an expression of one data type to another data type. The CONVERT () function is similar to the CAST () function except for the style parameter. The …

  8. SQL Server: CONVERT Function - TechOnTheNet

    This SQL Server tutorial explains how to use the CONVERT function in SQL Server (Transact-SQL) with syntax and examples. In SQL Server (Transact-SQL), the CONVERT function converts an …

  9. CONVERT Function in SQL Server

    Nov 11, 2023 · CONVERT Function in SQL Server The CONVERT () function changes the datatype of the given value or expression to a different datatype. For example, this function can convert the …

  10. List of Date Formats Available with CONVERT () in SQL Server

    Jan 12, 2021 · The following table contains a list of the date formats that you can provide to the CONVERT() function when you convert a date/time value to a string. These formats are provided as …