<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Danny Quinn</title>
	<atom:link href="http://dannyquinn.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dannyquinn.co.uk</link>
	<description>.NET &#38; SQL Server</description>
	<lastBuildDate>Fri, 16 Dec 2011 20:18:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on SQL Filestream with ASP.NET by Dan</title>
		<link>http://dannyquinn.co.uk/2011/09/10/sql-filestream-with-asp-net/#comment-42</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 16 Dec 2011 20:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://dannyquinn.co.uk/?p=243#comment-42</guid>
		<description>Hi,

Okay, first create a new domain account specifically for this purpose (a normal user account will do).  Next ensure this account has the appropriate permissons in SQL server to execute the stored procedures.

In the web config file add the line &lt;identity username=&quot;domain\username&quot; password=&quot;pass&quot; impersonate=&quot;true&quot;/&gt;

Finally create a new connection string in the web.config file (sorry I probably should have mentioned this).  Something like..

&lt;add name=&quot;MyFileStream&quot; connectionString=&quot;Data Source=.;Initial Catalog=Test;Integrated Security=SSPI;&quot;/&gt;

Use this connection string in your code.

Depending on how your SQL Server is configured, you may need to grant the account you created read/write permissions on the folder containing the filestream data.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Okay, first create a new domain account specifically for this purpose (a normal user account will do).  Next ensure this account has the appropriate permissons in SQL server to execute the stored procedures.</p>
<p>In the web config file add the line &lt;identity username=&#8221;domain\username&#8221; password=&#8221;pass&#8221; impersonate=&#8221;true&#8221;/&gt;</p>
<p>Finally create a new connection string in the web.config file (sorry I probably should have mentioned this).  Something like..</p>
<p>&lt;add name=&#8221;MyFileStream&#8221; connectionString=&#8221;Data Source=.;Initial Catalog=Test;Integrated Security=SSPI;&#8221;/&gt;</p>
<p>Use this connection string in your code.</p>
<p>Depending on how your SQL Server is configured, you may need to grant the account you created read/write permissions on the folder containing the filestream data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Filestream with ASP.NET by Carlos Gabriel</title>
		<link>http://dannyquinn.co.uk/2011/09/10/sql-filestream-with-asp-net/#comment-41</link>
		<dc:creator>Carlos Gabriel</dc:creator>
		<pubDate>Fri, 16 Dec 2011 15:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://dannyquinn.co.uk/?p=243#comment-41</guid>
		<description>excellent!, I have only one question, I am working with a development team and we are using a single database server with SQL Server 2008 for the development and each has visual studio 2010, to perform our tests we need to connect to database server data but by making the query fails because they use SQL authentication, How I can fix this, is it necessary that I add to each machine to login to sql server using windows authentication? help me!!</description>
		<content:encoded><![CDATA[<p>excellent!, I have only one question, I am working with a development team and we are using a single database server with SQL Server 2008 for the development and each has visual studio 2010, to perform our tests we need to connect to database server data but by making the query fails because they use SQL authentication, How I can fix this, is it necessary that I add to each machine to login to sql server using windows authentication? help me!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SMS messages with C# and mobile dongle. by Penelope</title>
		<link>http://dannyquinn.co.uk/2011/10/09/sms-messages-with-c-and-mobile-dongle/#comment-2</link>
		<dc:creator>Penelope</dc:creator>
		<pubDate>Wed, 12 Oct 2011 13:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://dannyquinn.co.uk/?p=251#comment-2</guid>
		<description>Superb ideas! I have been searching for something similar to this for some time now. Thanks!</description>
		<content:encoded><![CDATA[<p>Superb ideas! I have been searching for something similar to this for some time now. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

