Friday, March 9, 2012

Indexing

Hi All,
I got Visual Studio 2005 and SQL Express comes with it. I am creating
table from the data Connections.
Is there an auto number in sql server express? Right now I am just
using the data type int at the present.
Thank you.
RBYou can use identity property of the column for auto increment of your
column.
Look at books online for more information of it.
Indexing is different concept, it never changes or automate data in the
column.
Regards
Amish

No comments:

Post a Comment