Hi,
We are going to migrating a SQL Server from SiteA to SiteB.
In SiteA, there is a SQL Server named SQL-A while there is one in SiteB called SQL-B.
There are 2 options
a) Migrate all databases in SQL-A Server to SQL-B Server
b) Migrate the whole database server SQL-A (Running on VMWare VM) to SiteB. We have sufficient number of SQL Server Licenses to cover them.
We would like to see what changes have to be made if we migrate all databases in SQL-A Server to SQL-B Server ? Currently, there are around 10 application databases reside on SQL-A Server. If we migrate to SQL-B Server, in addition to checking & updating connection strings, is there any other change that we need to take care ?
Thanks