0% found this document useful (0 votes)
20 views

Mapa Tipo de Datos

This document compares data types between Microsoft SQL Server 2008 and Mysql. It lists numeric, string, date/time, and special data types supported by each. Numeric types include integers, decimals, and floating point in both. String types are varied with Microsoft supporting unicode types and Mysql supporting text-based types up to different maximum lengths. Date/time and special types also have analogous but sometimes differently named types between the two databases.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Mapa Tipo de Datos

This document compares data types between Microsoft SQL Server 2008 and Mysql. It lists numeric, string, date/time, and special data types supported by each. Numeric types include integers, decimals, and floating point in both. String types are varied with Microsoft supporting unicode types and Mysql supporting text-based types up to different maximum lengths. Date/time and special types also have analogous but sometimes differently named types between the two databases.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

NUMÉRICOS DATOS DE CADENAS

(CARACTERES)
Mysql
Microsoft SQL
Server 2008 Enteros: Microsoft SQL Mysql
Decimales:
tinyint Server 2008
Binary: decimal varchar
smallint numeric Char Unicode: Binary y Varbinary
binary
mediumint float Varchar nchar Enum
varbinary
integer double Text nvarchar Set
image
bigint ntext Text:
Decimal:
decimal tinytext
numeric mediumtext
Floating point: longtext
float Blob:

TIPOS DE
real tinyblob
Integer: mediumblob

DATOS
bigint longblob
int
smallint
tinyint
Monetary: SPECIAL
money
smallmoney FECHAS Y
HORAS Microsoft SQL
Mysql
Server 2008

Bit Json
Microsoft SQL Mysql
Cursos
Server 2008
Date Timestamp Timestamp
Datetime Time Year uniqueidentifier
Smalldatetime Datetime SQL_variant
table

You might also like