User Documentation
Ispirer Capabilities - Microsoft SQL Server Migration
Pricing
Versions: SQL Server 2008, 2005, 2000, 7.0 and 6.5
| SQL Server - TINYINT | |
|---|---|
| Syntax | TINYINT |
| Data | 8-bit integer data |
| Range | 0 to 255 |
| Storage Size | 1 byte |
| Standards | SQL Server Extension |
SQL Server TINYINT - Equivalents in Other Databases
| Database | Data Type and Conversion |
|---|---|
| Oracle | NUMBER(3,0), -103-1 to 103-1 |
| MySQL | TINYINT, Signed: -128 to 127, Unsigned: 0 to 255 |
| PostgreSQL | SMALLINT, -32768 to 32767 |
| Sybase ASE | TINYINT, 0 to 255 |
| Informix | SMALLINT, -32768 to 32767 |
| HP Neoview | SMALLINT, Signed: -32768 to 32767, Unsigned: 0 to 65535 |
| Ingres | TINYINT, -128 to 127 |
Related Data Types in SQL Server
| Data Types | |||
|---|---|---|---|
| Integers | BIGINT | INT | SMALLINT |
| Fixed-point | DECIMAL(p,s) | NUMERIC(p,s) | |
| Floating-point | FLOAT(p) | REAL | DOUBLE PRECISION |
All Data Types