Hi,
I have high concurrency request to sql server vm. i have planned to create multiple instance of sql server vm and configure the load balance. but my application will send request to different sql server vm because of load balance i.e. data will be different in each sql server vm. so how can i sync the sql server vm .i.e. how can i achieve all the sql server vm should contain same data ?
Answer should be appreciatiable.