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.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 ROW_NUMBER() OVER in SQL2000 ?

Author  Topic 

SammyWaslow
Starting Member

9 Posts

Posted - 2006-08-24 : 11:01:32
is there an equivalent of 'ROW_NUMBER() OVER' in SQL Server 2000 ?

nr
SQLTeam MVY

12543 Posts

Posted - 2006-08-24 : 11:19:34
Nope - you have to do the coding yourself.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-08-24 : 11:21:04
No. You can make use of identity column. If you use Front end application, do numbering there

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

SammyWaslow
Starting Member

9 Posts

Posted - 2006-08-24 : 12:15:34
Damn, all is done in a SP. Wrote the lot in SQL2005 only to find out just now it has to go live on a 2000 server :(
Go to Top of Page
   

- Advertisement -