<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Adding index to Siebel Table – Made Simple</title>
	<link>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/</link>
	<description>Siebel Blogs, News, Events, Tips and Tricks</description>
	<pubDate>Mon, 06 Feb 2012 09:21:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Jitu</title>
		<link>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-15176</link>
		<author>Jitu</author>
		<pubDate>Fri, 09 Apr 2010 09:14:01 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-15176</guid>
		<description>Can we able to create an Index for a column which is used in the join fields and will give us better performance? 
Suppose in Account BC, City field is coming from S_ADDR_ORG table. If we create an Index on the CITY column of S_ADDR_ORG table then will it give us better performance?</description>
		<content:encoded><![CDATA[<p>Can we able to create an Index for a column which is used in the join fields and will give us better performance?<br />
Suppose in Account BC, City field is coming from S_ADDR_ORG table. If we create an Index on the CITY column of S_ADDR_ORG table then will it give us better performance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-2552</link>
		<author>Sridhar</author>
		<pubDate>Mon, 23 Jun 2008 17:09:50 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-2552</guid>
		<description>Hi Nirmala,
According to me Siebel Analytics/Oracle-BI has bright future. If you want know more you are welcome to use the forum to discuss under Siebel-Career section. Regards.</description>
		<content:encoded><![CDATA[<p>Hi Nirmala,<br />
According to me Siebel Analytics/Oracle-BI has bright future. If you want know more you are welcome to use the forum to discuss under Siebel-Career section. Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nirmala</title>
		<link>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-2549</link>
		<author>nirmala</author>
		<pubDate>Mon, 23 Jun 2008 08:41:44 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-2549</guid>
		<description>hello all,
           I'm assgined prj. where i'll be handling siebel anayltics part..guys what's the futuer of siebel analytics, shall I go for it?</description>
		<content:encoded><![CDATA[<p>hello all,<br />
           I&#8217;m assgined prj. where i&#8217;ll be handling siebel anayltics part..guys what&#8217;s the futuer of siebel analytics, shall I go for it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-2304</link>
		<author>Sridhar</author>
		<pubDate>Sun, 15 Jun 2008 23:48:06 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-2304</guid>
		<description>Hi Chris,
Unfortunately I havent worked with SQL 2005 so I have never seen the Database Engine Tuning Advisor. But since it is recommending to add indexes and as long as you are doing using tools and not making changes to any system columns/tables I think you should be fine. Also make sure  you test it in Dev/Stg environment and have a good back up of the Prod system before you make changes.

If you still have any questions you are more than welcome to discuss under the forums section of the website. I will be glad to be of any help.

Good Luck!
Sridhar</description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
Unfortunately I havent worked with SQL 2005 so I have never seen the Database Engine Tuning Advisor. But since it is recommending to add indexes and as long as you are doing using tools and not making changes to any system columns/tables I think you should be fine. Also make sure  you test it in Dev/Stg environment and have a good back up of the Prod system before you make changes.</p>
<p>If you still have any questions you are more than welcome to discuss under the forums section of the website. I will be glad to be of any help.</p>
<p>Good Luck!<br />
Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-2303</link>
		<author>Chris</author>
		<pubDate>Sun, 15 Jun 2008 22:36:46 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-2303</guid>
		<description>Any thoughts about adding indexes suggested by tools such as SQL 2005?

I've run a few long-running queries through the Database Engine Tuning Advisor, and it's come up with a few suggestions.

It looks to be fairly simple to apply the recommended indexed via recreating them in tools, but I'd appreciate any feedback on doing so...

Cheers,

Chris</description>
		<content:encoded><![CDATA[<p>Any thoughts about adding indexes suggested by tools such as SQL 2005?</p>
<p>I&#8217;ve run a few long-running queries through the Database Engine Tuning Advisor, and it&#8217;s come up with a few suggestions.</p>
<p>It looks to be fairly simple to apply the recommended indexed via recreating them in tools, but I&#8217;d appreciate any feedback on doing so&#8230;</p>
<p>Cheers,</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kishore</title>
		<link>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-1899</link>
		<author>Kishore</author>
		<pubDate>Tue, 06 May 2008 10:30:39 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-1899</guid>
		<description>Hi Sridhar,

Thanks for your reply. I am posting same question in forumns plz clear this doubt with examples.

Thanks,
Kishore.</description>
		<content:encoded><![CDATA[<p>Hi Sridhar,</p>
<p>Thanks for your reply. I am posting same question in forumns plz clear this doubt with examples.</p>
<p>Thanks,<br />
Kishore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-1897</link>
		<author>Sridhar</author>
		<pubDate>Thu, 01 May 2008 22:22:13 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-1897</guid>
		<description>&lt;p&gt;Hi Kishore,&lt;br /&gt;
Your question is valid, but User Keys have a whole different purpose  and are very important . As this question is a little off topic for this blog, Why don't you post a question in the Forums section and I will be glad to discuss there and answer this question along with an example.&lt;br /&gt;
Thanks&lt;br /&gt;
Sridhar&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Kishore,<br />
Your question is valid, but User Keys have a whole different purpose  and are very important . As this question is a little off topic for this blog, Why don&#8217;t you post a question in the Forums section and I will be glad to discuss there and answer this question along with an example.<br />
Thanks<br />
Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kishore</title>
		<link>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-1892</link>
		<author>Kishore</author>
		<pubDate>Tue, 29 Apr 2008 07:24:57 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/04/18/adding-index-to-siebel-table-%e2%80%93-made-simple/#comment-1892</guid>
		<description>Hi Sridhar,

I have many doubts in siebel among them one is abt index and user key.
         We can achieve uniqueness using index then what is the need of using user key. Plz differentiate between index and user key.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Sridhar,</p>
<p>I have many doubts in siebel among them one is abt index and user key.<br />
         We can achieve uniqueness using index then what is the need of using user key. Plz differentiate between index and user key.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

