How to get the list of Identity column tables in database?
I need to prepare clean up script for a database...
That is the reason i need to reset identity column values to 1 whenever the clean up completed
It is very easy to prepare RESET Identity value if i have list of identity tables.
Please give me query for getting list of identity column tables
ij