Welcome

首页 / 数据库 / SQLServer / SQL Server 2005中的数据类型总结

SQL Server 2005中的数据类型总结2009-12-27 博客园 张银国SQL Server 2005 中的数据类型归纳为下列类别:

精确数字

bigintdecimal
intnumeric
smallintmoney
tinyintsmallmoney
bit 

近似数字

floatreal

日期和时间

datetimesmalldatetime

字符串

chartext
varchar 

Unicode字符串

ncharntext
nvarchar 

二进制字符串

binaryimage
varbinary