Hi, I'm running SQL 2000.
I have a view that needs to have basically the same as an table identity auto-matic incrementing field.
I have tried using the quick-but-nasty Count(*) method, but that doesn't work since my view is based on many tables.
Also, I cannot import the data from the view into a new table because, basically, i've been told not to.
I hate taking on other ppl's projects :-(
So, does anyone know of a way i can add a neat little simple auto-incrementing field to a view?? it only needs to be seeded at 1 and incremented by 1.
TIA
TJ
if at first you don't succeed, get a 10lb lump hammer
I have a view that needs to have basically the same as an table identity auto-matic incrementing field.
I have tried using the quick-but-nasty Count(*) method, but that doesn't work since my view is based on many tables.
Also, I cannot import the data from the view into a new table because, basically, i've been told not to.
I hate taking on other ppl's projects :-(
So, does anyone know of a way i can add a neat little simple auto-incrementing field to a view?? it only needs to be seeded at 1 and incremented by 1.
TIA
TJ
if at first you don't succeed, get a 10lb lump hammer