Click here to Skip to main content
15,913,225 members
Please Sign up or sign in to vote.
2.80/5 (3 votes)
See more:
Hi,i want to get all sql server instances name in combobox when i enter ip address
Posted
Comments
ZurdoDev 26-Jul-13 9:11am    
Where are you stuck?
Nelek 26-Jul-13 9:25am    
veenusethi 27-Jul-13 1:25am    
Actually I want when i fill textbox with Ip address then all sql server instances should be added in combobox of that Ip Address.?

1 solution

There are a few ways you can get the information ... e.g.
List of installed SQL Server instances[^] - you may need to do additional research on OpenRemoteBaseKey

or

http://www.mssqltips.com/sqlservertip/2013/find-sql-server-instances-across-your-network-using-windows-powershell/[^]

or (and this one is right here on CodeProject)

How to enum SQL Server instances in network[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900