Hello All,
I have Alwayson Listnener name is configured as TEST_LIST, now i need to modify the Listener name to TEST_NEW.
How do i do it, i tried below and it did not work
USE [master]GO ALTER AVAILABILITY GROUP [Test_AG]
MODIFY LISTENER 'TEST_NEW'()
GO