This is version . It is not the current version, and thus it cannot be edited.
Back to current version   Restore this version

Microsoft SQL Server#

Data Types#

tinyint 1 unsigned
smallint 2
int 4
bigint 8
real 4
float 8
char(n) 8K max
varchar(n) 8K max
text 2GB max
image binary
date
datetime deprecated, use datetime2
datetime2 not null default (getdate())
datetimeoffset datetime with zonezone
timestamp deprecated, use rowversion
rowversion sequential counter

Auto-increment column: mycol int not null identity#

Add new attachment

Only authorized users are allowed to upload new attachments.
« This particular version was published on 19-Jun-2017 12:12 by BlakeMcBride.