<?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 Bright Function</title>
	<atom:link href="http://www.brightfunction.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brightfunction.co.uk</link>
	<description>Web Development &#38; Training</description>
	<lastBuildDate>Fri, 02 Sep 2011 07:41:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Backup a SQL Server 2008 Database From a Shared Hosting Environment by Nick</title>
		<link>http://www.brightfunction.co.uk/backup-a-sql-server-2008-database-from-a-shared-hosting-environment/#comment-171</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 02 Sep 2011 07:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightfunction.co.uk/?p=427#comment-171</guid>
		<description>At what point did the error occur Jakub? Can you see if any of the objects were created?

You probably need to grant privileges on all objects in your database to your user (the  hosting provider you are using may have restrictions with this though).

For a table you can use the following:

&lt;code&gt;GRANT DELETE, INSERT, REFERENCES, SELECT, UPDATE ON [table] to [user]&lt;/code&gt;

For a stored procedure you just need the EXECUTE privilege:

&lt;code&gt;GRANT EXECUTE ON [stored_procedure] to [user]&lt;/code&gt;

You can find out more about the GRANT statement on the &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms188371.aspx&quot; title=&quot;GRANT object permissions MSSQL Server 2008&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;MSDN reference&lt;/a&gt;.

I hope this helps.</description>
		<content:encoded><![CDATA[<p>At what point did the error occur Jakub? Can you see if any of the objects were created?</p>
<p>You probably need to grant privileges on all objects in your database to your user (the  hosting provider you are using may have restrictions with this though).</p>
<p>For a table you can use the following:</p>
<p><code>GRANT DELETE, INSERT, REFERENCES, SELECT, UPDATE ON [table] to [user]</code></p>
<p>For a stored procedure you just need the EXECUTE privilege:</p>
<p><code>GRANT EXECUTE ON [stored_procedure] to [user]</code></p>
<p>You can find out more about the GRANT statement on the <a href="http://msdn.microsoft.com/en-us/library/ms188371.aspx" title="GRANT object permissions MSSQL Server 2008" target="_blank" rel="nofollow">MSDN reference</a>.</p>
<p>I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backup a SQL Server 2008 Database From a Shared Hosting Environment by Jakub</title>
		<link>http://www.brightfunction.co.uk/backup-a-sql-server-2008-database-from-a-shared-hosting-environment/#comment-170</link>
		<dc:creator>Jakub</dc:creator>
		<pubDate>Fri, 02 Sep 2011 02:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightfunction.co.uk/?p=427#comment-170</guid>
		<description>I got this error message: insufficient rights. 
How do you set the appropriate rights on the remote server?

Thanks...J 

 Getting the list of objects from &#039;DB_21542_mm&#039;. Passed   
  Preparing DB_21542_mm Failed Microsoft.SqlServer.Management.Smo.SmoException: Could not read metadata, possibly due to insufficient access rights. at Microsoft.SqlServer.Management.SqlScriptPublish.GeneratePublish
Page.worker_DoWork(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.
OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.
WorkerThreadStart(Object argument</description>
		<content:encoded><![CDATA[<p>I got this error message: insufficient rights.<br />
How do you set the appropriate rights on the remote server?</p>
<p>Thanks&#8230;J </p>
<p> Getting the list of objects from &#8216;DB_21542_mm&#8217;. Passed<br />
  Preparing DB_21542_mm Failed Microsoft.SqlServer.Management.Smo.SmoException: Could not read metadata, possibly due to insufficient access rights. at Microsoft.SqlServer.Management.SqlScriptPublish.GeneratePublish<br />
Page.worker_DoWork(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.<br />
OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.<br />
WorkerThreadStart(Object argument</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on La Havana by La Havana Chichester</title>
		<link>http://www.brightfunction.co.uk/portfolio/la-havana/#comment-166</link>
		<dc:creator>La Havana Chichester</dc:creator>
		<pubDate>Wed, 29 Jun 2011 12:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightfunction.co.uk/?post_type=portfolio&#038;p=449#comment-166</guid>
		<description>It has been delightful working with Bright Function and I would thoroughly recommend Bright Function. Nick perfectly succeeded in giving shape to my ideas and thoughts. He also proved to be a very nice person. The website is stunning and very easy to run. Thanks for everything you have done and for all your patience. Your advice and experience have been extremely helpful.
Bright Function will always be our first choice! 
La Havana Chichester</description>
		<content:encoded><![CDATA[<p>It has been delightful working with Bright Function and I would thoroughly recommend Bright Function. Nick perfectly succeeded in giving shape to my ideas and thoughts. He also proved to be a very nice person. The website is stunning and very easy to run. Thanks for everything you have done and for all your patience. Your advice and experience have been extremely helpful.<br />
Bright Function will always be our first choice!<br />
La Havana Chichester</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Comments Feed for a Custom Post Type by Nick</title>
		<link>http://www.brightfunction.co.uk/wordpress-comments-feed-for-a-custom-post-type/#comment-48</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 06 May 2011 16:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/brightfunction/?p=409#comment-48</guid>
		<description>Stéfan I have posted an update above that I think meets your requirements.</description>
		<content:encoded><![CDATA[<p>Stéfan I have posted an update above that I think meets your requirements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Comments Feed for a Custom Post Type by Stéfan</title>
		<link>http://www.brightfunction.co.uk/wordpress-comments-feed-for-a-custom-post-type/#comment-24</link>
		<dc:creator>Stéfan</dc:creator>
		<pubDate>Tue, 26 Apr 2011 09:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/brightfunction/?p=409#comment-24</guid>
		<description>Interesting hack. I&#039;m looking for something that sounds similar (maybe it&#039;s not, I don&#039;t have any skills in programming...).

What I&#039;m looking for is a way to get a feed of all comments made on all posts from a specific user.
The objective is to allow each author of a multi-author blog to be able to keep track of comments on his posts.</description>
		<content:encoded><![CDATA[<p>Interesting hack. I&#8217;m looking for something that sounds similar (maybe it&#8217;s not, I don&#8217;t have any skills in programming&#8230;).</p>
<p>What I&#8217;m looking for is a way to get a feed of all comments made on all posts from a specific user.<br />
The objective is to allow each author of a multi-author blog to be able to keep track of comments on his posts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

