<?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>Christopher H. Laco &#187; connection string</title>
	<atom:link href="http://chrislaco.com/tag/connection-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrislaco.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 00:21:48 +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>Always Set Application Name In SqlClient Connection Strings</title>
		<link>http://chrislaco.com/manifesto/always-set-application-name-in-sqlclient-connection-strings/</link>
		<comments>http://chrislaco.com/manifesto/always-set-application-name-in-sqlclient-connection-strings/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 04:05:21 +0000</pubDate>
		<dc:creator>claco</dc:creator>
				<category><![CDATA[Manifesto]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[application name]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[connection string]]></category>

		<guid isPermaLink="false">http://chrislaco.com/?p=79</guid>
		<description><![CDATA[If you&#8217;re using connection strings on the web, set Application Name to the domain name. If you&#8217;re using connection strings with an executable, set Application Name to the executable name. If you have to use SQL Profiler to diagnose performance &#8230; <a href="http://chrislaco.com/manifesto/always-set-application-name-in-sqlclient-connection-strings/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using connection strings on the web, set Application Name to the domain name. If you&#8217;re using connection strings with an executable, set Application Name to the executable name. If you have to use SQL Profiler to diagnose performance issues, it will be easier to filter out a specific application or web site.</p>
<pre class="brush:xml">&lt;connectionStrings&gt;
  &lt;add name="LocalSqlServer" connectionString="... Application Name=mywebsite.com;" /&gt;
  &lt;add name="LocalSqlServer" connectionString="... Application Name=myapp.exe" /&gt;
&lt;/connectionStrings&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://chrislaco.com/manifesto/always-set-application-name-in-sqlclient-connection-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
