I have some data which i dont have a group statement in, and would not like to have a group statement in.
But i would like to have an increment field so i can can do a reporting services zebra table.
So, how do i turn this data:
region country office somedata someotherdata
EUROPE Austria Vienna 12 2
ASIA India Delhi 22 4
Into
region country office somedata someotherdata IncField
EUROPE Austria Vienna 12 2 1
ASIA India Delhi 22 4 2
you can try using the
[Edit] Works with Sql Server 2005 and 2008