<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ForDevs &#187; server names</title>
	<atom:link href="http://www.fordevs.com/tag/server-names/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 13 Aug 2010 16:53:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Get available server names of Sql Server within the local network &#8211; SqlDataSourceEnumerator</title>
		<link>http://www.fordevs.com/2009/01/get-avaiable-server-names-of-sql-server.html</link>
		<comments>http://www.fordevs.com/2009/01/get-avaiable-server-names-of-sql-server.html#comments</comments>
		<pubDate>Wed, 07 Jan 2009 11:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[server names]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/01/get-available-server-names-of-sql-server-within-the-local-network-sqldatasourceenumerator.html</guid>
		<description><![CDATA[SqlDataSourceEnumerator is a class in .net framework that gets the available instances of SQL Server within the local network. DataTable dt = SqlDataSourceEnumerator.Instance.GetDataSources&#40;&#41;; SqlDataSourceEnumerator.Instance.GetDataSources() returns a datatable with the available servers in the current network. The DataTable returned as 4 colunms such as :- ServerName InstanceName IsClustered Version Subscribe to the comments for this post? [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/01/get-avaiable-server-names-of-sql-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
