Hi everyone,

Just need to know how to issue a select clause to return a record physical
rowid just like the oracle statm:

select ROWID
from .. blah blah


thx for the help ..

Re: sqlserver ROWID ! by Brian

Brian
Mon Sep 06 01:42:35 CDT 2004

Not sure of the SQL syntax but you could use RowNumber() in the report.

--
Brian Welcker
Group Program Manager
SQL Server Reporting Services

This posting is provided "AS IS" with no warranties, and confers no rights.

"MB" <buenomc@yahoo.ca> wrote in message
news:eK%Zc.26850$7i2.1117265@news20.bellglobal.com...
> Hi everyone,
>
> Just need to know how to issue a select clause to return a record physical
> rowid just like the oracle statm:
>
> select ROWID
> from .. blah blah
>
>
> thx for the help ..
>
>



Re: sqlserver ROWID ! by noonie

noonie
Mon Sep 06 03:56:10 CDT 2004

Greetings,

> Hi everyone,
>
> Just need to know how to issue a select clause to return a record physical
> rowid just like the oracle statm:
>
> select ROWID
> from .. blah blah

SQL Server 2000 does not have this feature but it is rumored to be in
Yukon ;-)

You could use Reporting Services' RowNumber() as Brian suggests but if
you absolutely MUST do it on the Database Server then there are
work-arounds.

--
Regards,
Neale NOON