<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>RBS BlobId Columns in Application Tables - Registering and Indexing</title><link>http://blogs.msdn.com/b/sqlrbs/archive/2008/08/18/rbs-blobid-columns-in-application-tables-registering-and-indexing.aspx</link><description>I recently got a question on RBS BlobId columns needing to have an index. This blog post expands on the answer. Feel free to send us any questions using either direct email, comments on this blog or the "Discussions" tab on the RBS Codeplex site . 
</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: RBS BlobId Columns in Application Tables - Registering and Indexing</title><link>http://blogs.msdn.com/b/sqlrbs/archive/2008/08/18/rbs-blobid-columns-in-application-tables-registering-and-indexing.aspx#9986387</link><pubDate>Sun, 28 Mar 2010 15:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9986387</guid><dc:creator>Pradeep Madhavarapu</dc:creator><description>&lt;p&gt;It is the responsibility of the application to create the index. Put another way, whoever calls rbs_sp_register_column, it is their responsibility to create the index before calling the SP. This is typically the case if you are writing a custom app or a packaged app yourself.&lt;/p&gt;
&lt;p&gt;If you are using an app written by somebody else, you need to consult with them to make any changes to the database. If the index is not already present, they should either update their product or give you a reason why they did not index it already. If you are using SharePoint, you are not allowed to modify the ContentDB (e.g. add/change indexes). SharePoint should create the index for you.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9986387" width="1" height="1"&gt;</description></item><item><title>re: RBS BlobId Columns in Application Tables - Registering and Indexing</title><link>http://blogs.msdn.com/b/sqlrbs/archive/2008/08/18/rbs-blobid-columns-in-application-tables-registering-and-indexing.aspx#9986352</link><pubDate>Sun, 28 Mar 2010 10:11:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9986352</guid><dc:creator>Stiven</dc:creator><description>&lt;p&gt;Pradeep&lt;/p&gt;
&lt;p&gt;Thanks for the posts.&lt;/p&gt;
&lt;p&gt;Just a question. Is this post suggesting that the index should be manually set or is it set by default?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9986352" width="1" height="1"&gt;</description></item></channel></rss>