Sunday, July 17, 2011

What is SQL Server datatypes?

Datatype is an attribute which specifies what type of data you can store in an object.

Like any other RDBMS and programming language SQL Server uses datatype's to specify type of the data can be store in local variables,expressions,parameters and each column data.

Example:
Numeric types : int,tiny int,big int,float,decimal etc
Character types : Char,Varchar,Text etc


No comments:

Post a Comment