PushCode
PushCode

Reputation: 1439

Can we use same sql database for multiple cache clusters in windows App Fabric?

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?

Upvotes: 1

Views: 99

Answers (1)

stuartd
stuartd

Reputation: 73303

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

Upvotes: 0

Related Questions