i have some big tables with several million records and want to change the identity(1,1) to identity(1,5). what would be the best way to do that?
i have some big tables with several million records and want to change the identity(1,1) to identity(1,5). what would be the best way to do that?
No answer yet?
i see a way like this on a in place migration:
This has to be done for all the tables in a database.
What do you think?