Information on SQL clustered environment

  • Hello all, I have a very basic but open ended question. Db server of my application is moving to clustered environment. I want to know what preparation/changes I need to do as a developer in the application ? Clustering setup will be done by DBA team.

  • Just change your connection string(s) so they have the new server name. That should be all - there's no need for an application to know whether its database is on a clustered server.

    John

  • +1 to what John noted.

  • Thanks John. That helps and clarifies my doubt

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply