We are migrating from SQL Server Fail over Instance to Always On Availability group. The current network name is ABC\ABCTEST where ABC is the SQL server Virtual Name and ABCTEST is the named instance name. In always on availability group all the connection will make connection through the Listener name for example Listerner123 and it will not use any instance name and the replicas are standalone.
Now is there any way to have the name as VirtualName\InstanceName or we will simply use the Listener name in the connection strings
1 Answer 1
There is a way: use alias on source machine. Anyway, if possible, I suggest you to correct connection strings.
-
How would you do this? Could you perhaps add a bit more information to your answer?George.Palacios– George.Palacios2018年12月04日 08:32:38 +00:00Commented Dec 4, 2018 at 8:32
-
Take a look here: dba.stackexchange.com/questions/120306/… Important: whatc the comments' part about 32 and 64 bit version.user_0– user_02018年12月04日 18:38:14 +00:00Commented Dec 4, 2018 at 18:38
Explore related questions
See similar questions with these tags.