Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to get the rowid/rownumbes of a table in sqlserver

Answer Posted / raman

If you want row id as ROWID in Oracle, use %%physloc%% to
get unique id for each row in a table.
Ex. Query to get physical address/rowid of first row in
table.
SELECT TOP 1 %%physloc%% AS ROWID FROM <UrTable>

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can we have a nested transaction? : Sql server database administration

1190


How many triggers are possible per table?

1140


How to find the source of a table in sql server?

1037


How do I edit a procedure in sql server?

1000


What are the advantages of using cte?

1075


How to drop an existing table with "drop table" statements in ms sql server?

1147


How to declare and use cursor variables?

1252


Write a sql query to delete duplicate records from a table called table1

1088


what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration

1058


whats the maximum size of view state??

2248


how to determine the service pack currently installed on sql server? : Sql server database administration

1026


explain how to create a new schema in a database? : Sql server database administration

1156


How to update values in a table with update statements in ms sql server?

1061


Do you know what are different types of replication in sql server?

1154


Why transaction is important?

1021