<?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>oue&#039;s profile &#187; connect</title>
	<atom:link href="http://www.aspgod.com/tag/connect/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspgod.com</link>
	<description>AI algorithm graphics programming blog Firefox ff</description>
	<lastBuildDate>Fri, 20 Jan 2012 16:59:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Connect Sql Server using windows authentication</title>
		<link>http://www.aspgod.com/aspnet/connect-sql-server-using-windows-authentication.html</link>
		<comments>http://www.aspgod.com/aspnet/connect-sql-server-using-windows-authentication.html#comments</comments>
		<pubDate>Sat, 06 Jun 2009 18:15:23 +0000</pubDate>
		<dc:creator>aspgod</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[windows authentication]]></category>

		<guid isPermaLink="false">http://www.aspgod.com/myprofile/?p=211</guid>
		<description><![CDATA[When using Sql Server Authentication to connect database on other server the connection string is : Data Source=serverIP;Initial Catalog=databaseName;User ID=UserName;Password=Pass If you want to connect to your own computer with windows authentication. The same connection string doesn&#8217;t work on that way. Try new connection string to : Server=localhost;Database=databaseName;Trusted_Connection=Yes; Let&#8217;s try and told me the result [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>When using Sql Server Authentication to connect database on other server the connection string is :</p>
<blockquote><p>Data Source=serverIP;Initial Catalog=databaseName;User ID=UserName;Password=Pass</p></blockquote>
<p>If you want to connect to your own computer with windows authentication. The same connection string doesn&#8217;t work on that way. Try new connection string to :</p>
<blockquote><p>Server=localhost;Database=databaseName;Trusted_Connection=Yes;</p></blockquote>
<p>Let&#8217;s try and told me the result of this problem. <img src='http://www.aspgod.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>PS : ASP.NET connecting to SQL Server</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.aspgod.com/aspnet/connect-sql-server-using-windows-authentication.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

