Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
aakcse
Aged Yak Warrior
570 Posts |
Posted - 2010-03-14 : 14:00:20
|
| Hi all,How implement the rowid of oracle, into sqlserver?I have an update statement which gets the rowid into a columnand using this rowid, it updates the table data.I have to implement the same statement in sqlserver.Is the primarykey only concept.Regards,aak |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2010-03-14 : 14:37:24
|
Yes I think the nearest way in SQL Server is to have a primary key on an identity-column (autonumber). No, you're never too old to Yak'n'Roll if you're too young to die. |
 |
|
|
|
|
|