简体   繁体   中英

SQL Server 2008 data types

What are the different SQL Server 2008 data types?

I am specifically trying to find the equivalent of a long int.

SQL Server 2008 Data Types : http://msdn.microsoft.com/en-us/library/ms187752.aspx

Long Int (from VB so 32 Bit / 4 Byte int) is a SQL Int.

sql中的long int范围(-9,223,372,036,854,775,808到9,223,372,036,854,775,807)是bigint (-9,223,372,036,854,775,808到9,223,372,036,854,775,807)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM