which means I select a int choise and after in the column properties
I choise yes in the identity field.
what means identity seed and identity increment .
can you sent me a reference about this.
thanks.
anther question in the same issue what is the datatype that refer to bolean
field.
[quoted text, click to view] "Dejan Sarka" wrote:
> > what is the datatype that enable a sequential number?
>
> In SQL Server, you can use integer or decimal with 0 digits data types with
> IDENTITY property.
>
> --
> Dejan Sarka, SQL Server MVP
> Mentor,
www.SolidQualityLearning.com > Anything written in this message represents solely the point of view of the
> sender.
> This message does not imply endorsement from Solid Quality Learning, and it
> does not represent the point of view of Solid Quality Learning or any other
> person, company or institution mentioned in this message
>
>
[quoted text, click to view] > which means I select a int choise and after in the column properties
> I choise yes in the identity field.
> what means identity seed and identity increment .
> can you sent me a reference about this.
> thanks.
Books OnLine -
http://msdn2.microsoft.com/en-us/library/ms186775(SQL.90).aspx.
[quoted text, click to view] > anther question in the same issue what is the datatype that refer to
> bolean
> field.
Bit data type.
--
Dejan Sarka, SQL Server MVP
Mentor,
www.SolidQualityLearning.com Anything written in this message represents solely the point of view of the
sender.
This message does not imply endorsement from Solid Quality Learning, and it
does not represent the point of view of Solid Quality Learning or any other
person, company or institution mentioned in this message