Wednesday, March 28, 2012

RowId in SQL server 2000

:confused: Hi Champs,
Is there anyway to get row id of row stored in specific table in sql server 2000 database similar to Oracle?
Thanks in advance,
JaiNope...in 2005 they have it

You could add an identity column to your row

Even in Oracle it's not really an "id" for that row.

The row id is not always assigned to the same row.

It could be different every time

Identity would always be the same.

Why?

No comments:

Post a Comment