I am trying to get all available SQL Server to name with their instance name, I am able to find all available SQL Server names on a local LAN but I am unable to find their i
run a stored procedure that executes this in your C# side
select @@servername + '\' + @@servicename
and return it in a datatable, then use them.