1

We already have Windows AppFabric setup as a cluster for 15 servers and config store is set a SQl server. Now, I want to create a completely different/independent of existing cache cache host and servers in a new data center. Can I use the same sql database as a config store and create a new cluster?

PushCode
  • 1,419
  • 3
  • 15
  • 31

1 Answers1

0

No, you will need another database, though of course you can have it on the same SQL instance.

stuartd
  • 70,509
  • 14
  • 132
  • 163