I have a list of servers and list of database instances. I want allocate each instance to server and call the backup logic. How can i implement using round robin?
Design or sample code
I have a list of servers and list of database instances. I want allocate each instance to server and call the backup logic. How can i implement using round robin?
Design or sample code