﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Working with Oracle  / RowID in Sql Server / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 11:36:00 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: RowID in Sql Server</title><link>http://www.sqlservercentral.com/Forums/Topic548943-1042-1.aspx</link><description>If you are using SQL Server 2005 or 2008 you can take advantage of the Row_number function.  If you are in 2000, you can use an identity column</description><pubDate>Mon, 18 Aug 2008 08:06:45 GMT</pubDate><dc:creator>Erich Brinker</dc:creator></item><item><title>RE: RowID in Sql Server</title><link>http://www.sqlservercentral.com/Forums/Topic548943-1042-1.aspx</link><description>ROWIDs represent the physical location of a record/row. And most important part is ROWID can change if the row is moved as in index organized or partitioned tables.</description><pubDate>Mon, 11 Aug 2008 22:21:26 GMT</pubDate><dc:creator>upalsen</dc:creator></item><item><title>RE: RowID in Sql Server</title><link>http://www.sqlservercentral.com/Forums/Topic548943-1042-1.aspx</link><description>[quote]... like Oracle's inbuilt primary key ROWID [/quote]Oracle's ROWID is not a PK. ROWID is a unique row identifier, nothing else, nothing more.</description><pubDate>Fri, 08 Aug 2008 09:41:11 GMT</pubDate><dc:creator>PaulB-TheOneAndOnly</dc:creator></item><item><title>RE: RowID in Sql Server</title><link>http://www.sqlservercentral.com/Forums/Topic548943-1042-1.aspx</link><description>[quote][b]ajaymistry_07 (8/8/2008)[/b][hr]Hi,        Is anybody know that do we have anything like Oracle's inbuilt primary key ROWID which is also accessible to database developer.I searched for it but could not get the satisfactory answer.Thanks,:)[/quote]There isn't one that you can access from T-SQL. You should set up a PK yourself. If you run into a situation where there isn't one on a table, you may still be able to access individual items on SQL Server 2005 and 2008 (just search the forums for removing duplicate rows)Regards,  Andras</description><pubDate>Fri, 08 Aug 2008 02:57:23 GMT</pubDate><dc:creator>Andras Belokosztolszki</dc:creator></item><item><title>RowID in Sql Server</title><link>http://www.sqlservercentral.com/Forums/Topic548943-1042-1.aspx</link><description>Hi,        Is anybody know that do we have anything like Oracle's inbuilt primary key ROWID which is also accessible to database developer.I searched for it but could not get the satisfactory answer.Thanks,:)</description><pubDate>Fri, 08 Aug 2008 02:50:37 GMT</pubDate><dc:creator>AJ07</dc:creator></item></channel></rss>