﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / T-SQL to get all available instances on the server / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 09:52:28 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: T-SQL to get all available instances on the server</title><link>http://www.sqlservercentral.com/Forums/Topic1396783-391-1.aspx</link><description>This renaming of a server article has a code snipet to find all the instances.http://craftydba.com/?p=1832</description><pubDate>Sat, 15 Dec 2012 20:46:42 GMT</pubDate><dc:creator>j.miner</dc:creator></item><item><title>RE: T-SQL to get all available instances on the server</title><link>http://www.sqlservercentral.com/Forums/Topic1396783-391-1.aspx</link><description>DECLARE @GetInstances TABLE( Value nvarchar(100), InstanceNames nvarchar(100), Data nvarchar(100))Insert into @GetInstancesEXECUTE xp_regread  @rootkey = 'HKEY_LOCAL_MACHINE',  @key = 'SOFTWARE\Microsoft\Microsoft SQL Server',  @value_name = 'InstalledInstances'Select InstanceNames from @GetInstances</description><pubDate>Fri, 14 Dec 2012 13:07:20 GMT</pubDate><dc:creator>madhankumar.rajendran</dc:creator></item><item><title>T-SQL to get all available instances on the server</title><link>http://www.sqlservercentral.com/Forums/Topic1396783-391-1.aspx</link><description>hi,can any body help me out on T-SQL to get all available instance names on the server.</description><pubDate>Fri, 14 Dec 2012 12:26:13 GMT</pubDate><dc:creator>Zeal-DBA</dc:creator></item></channel></rss>