Hi all,
I realise there is a lot of system info tables/views/functions related to clustering (examples below).
I'd like to know if any of this info is actually stored in the system databases - or perhaps all of these are instead accessing registry info. There are some articles discussing P to V migrations from a cluster to a non-cluster setup and they don't mention database clean-ups so I'm beginning to think that there is no record of this in the system databases?
The reason I ask is that I need to move a replicated system off from a database cluster to a standalone node with the same virtual name and I intend to copy the database files over. Lots of other steps are involved but that is the main relevant bit. So - I am concerned that the system databases might have a record of the physical nodes they were originally on?
Thanks,
Paul
SELECT * FROM [master].[sys].[dm_os_cluster_nodes]
SELECT * FROM fn_servershareddrives()
SELECT * FROM ::fn_virtualservernodes()
SELECT * FROM sys.dm_io_cluster_shared_drives