Hi all, I am looking for a rowid like in Oracle in SQL Server but I could not find something like that. I don't want an identity column because the table that I was querying may not have an identity column and I don't want rownumber because it differs from query to query. But rowid in Oracle is always the same in the life time of a row hence when you have different select queries the rowid is the same. So is there any rowid, unique for a row?
Kemal