Hi, I want to have two different tables in MS SQL, for example users and groups, both with identity column. It is possible to create auto increment over two identity columns? I want to have third table with common informations to these two tables and I want to identify unique record.
In Oracle is SEQUENCE.
It is possible to do it?
Thanks,
Martin Pilch