"=?Utf-8?B?WmVzdDRDc2hhcnA=?=" <Zest4Csharp@discussions.microsoft.com>
wrote in news:0044197A-C51A-49BE-864D-140610DF6850@microsoft.com:[color=blue]
> I cannot add a column as this will break other applications. However,[/color]
Then you need to find some other unique identifier in the data you have. Why would adding a column
break your other apps? Are they blindly dispalying all columsn sent to them instead of a set
formatting?
[color=blue]
> i have realised that i can use the 'hidden' column ROWID in Oracle[/color]
Using ROWID is a very bad idea. Very very bad idea. RowID's can change even between SQL
statements.
[color=blue]
> from which i am queryuing the data. Does SQL Server has such a unique
> row identifier that is normally hidden from the user?[/color]
I dont think so. Those that posted use identity, thats something totally different thatn RowID and not
what you are looking for.
--
Chad Z. Hower (a.k.a. Kudzu) -
http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/