Blue Ray Plus - Latest Technology News - Stories tagged with SQL Server
1
Ups

Blog by Hemant Gupta: Data Types in SQL Server 2008

published 244 days, 6 hours, 18 minutes ago posted by adminadmin 251 days, 5 hours, 11 minutes ago
Wednesday, September 19, 2012 11:32:39 AM GMT Wednesday, September 12, 2012 12:39:55 PM GMT
I Read a great article on database journal lately about data types in 2008 , i am sharing some basic info. Numeric data types  An Integer is a counting number with no decimal point or fractional piece. All negative numbers, positive numbers, and zero are integers. SQL Server breaks integers into four sizes: BigInt: -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 Int: -2,147,483,648 to 2,147,483,648 SmallInt: -32,768 to 32,767 TinyInt: 0 to 255 Here as a part of software design you nee... (more)
category: SQL | clicked: 0 | comment | | source: hemantg.blogspot.in
tags: MS Server, SQL, SQL Server