SQL Instances Unknown On SQL Boxes

  • While I do have a list of SQL Servers provided to me, I do not have a list of the instances. There is no real way of identifying the instances without “exploring” the server. If the default instance name is not used or there are additional instances on the server, connecting via SQL Server Management Studio will be impossible unless the instance name is provided to me or I have the ability to explore the server. Is there any other way for me to identify all the SQL Instances on a particular SQL Server box?

  • it is easy to find with powershell, follow this link

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • It can be queried from WMI I believe.

    CEWII

  • You can use the MAP toolkit to detect them:

    http://blogs.technet.com/b/mapblog/archive/2012/11/08/discovering-sql-server-using-the-map-toolkit-8-0.aspx

    ----------------------------------------------------------------------------------
    Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?

  • That is excellent tool. Thank you !

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply