I have a database that have 4 tables. In one of the tables a field starts from 000 and keep on incrementing daily till reaches 999. After 999 it starts all over starting at 000.
When it reaches 999 I want to move the data(all 4 tables) from 000 to 999 to a new database. This proccess occurs every 4 months. I know how to move the data manualy. But how do I let SQL Server do it for me without my interaction?
When it reaches 999 I want to move the data(all 4 tables) from 000 to 999 to a new database. This proccess occurs every 4 months. I know how to move the data manualy. But how do I let SQL Server do it for me without my interaction?