Is there a way to create a unique index across tables in a MS SQL database?
I have two tables, Table A and Table B. In that I have a Column named ID, I want to make these Id columns as unique (combining Table A and B's Ids )How can I do this ?
Please help me