
Data types (Transact-SQL) - SQL Server | Microsoft Learn
Nov 18, 2025 · This article provides a summary of the different data types available in the SQL Server Database Engine.
SQL Server Data Types
In this tutorial, you will learn about SQL Server data types including numerics, character strings, binary strings, date & times, and other data types.
SQL Data Types for MySQL, SQL Server, and MS Access - W3Schools
The data type of a column defines what value the column can hold: integer, character, money, date and time, binary, and so on.
SQL Server Data Types - Decimal, Numeric, Bit, Money, Date, Int
Sep 25, 2020 · SQL Server has many different data types and it is not always a given as which data type to use, so this outline gives you a quick overview of the different data types you can use in SQL Server.
SQL Server Data Types: Categories, Examples, and Best Practices
Feb 27, 2025 · Learn about SQL Server data types, their categories, examples, and how to choose the right type for your data. Get tips on avoiding common mistakes and optimizing your database schema.
Microsoft SQL Server Data Types
The table below shows a simplified mapping between SQL Server, SSIS and Biml data types. The table does not include all possible mappings or all data types, but is meant as a quick reference while …
An Overview of User-defined SQL Server Types
In this article, we explored the user-defined SQL Server Types and the benefits of using them in your SQL Server environment. You can explore these types and start using them, starting from the …
SQL Server: Data Types - TechOnTheNet
The following is a list of datatypes available in SQL Server (Transact-SQL), which includes string, numeric, and date/time datatypes.
SQL Server Essentials: Core SQL Server Data Types
Jan 15, 2025 · In this article we’ll cover the essential SQL Server data types and discuss their common usage.
Understanding the SQL Server Data Types - Tutorial Republic
SQL Server Data Types The data types supported by the Microsoft SQL Server can be grouped into three main categories: string, numeric and date/time data types. String Data Types String data types …