﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Data Warehousing / Performance Point  / Table select statement performance / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 18 May 2013 07:35:47 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Table select statement performance</title><link>http://www.sqlservercentral.com/Forums/Topic1236386-2796-1.aspx</link><description>...and  I would recommend specifying the join type for readability if using the improved ANSI joins:INNER JOIN (default)RIGHT OUTER JOINLEFT OUTER JOIN  etc etc</description><pubDate>Mon, 16 Jan 2012 01:52:16 GMT</pubDate><dc:creator>Robert Murphy UK1</dc:creator></item><item><title>RE: Table select statement performance</title><link>http://www.sqlservercentral.com/Forums/Topic1236386-2796-1.aspx</link><description>They will perform the same (same execution plan), the only difference is one uses the ANSI syntax and the other the old style SQL Server / Sybase syntax.</description><pubDate>Mon, 16 Jan 2012 01:48:49 GMT</pubDate><dc:creator>Robert Murphy UK1</dc:creator></item><item><title>Table select statement performance</title><link>http://www.sqlservercentral.com/Forums/Topic1236386-2796-1.aspx</link><description>Dear Friends,I am having two tables TB_PERSON_P and TB_PERSON_Rboth having a common column R_IDnow we can write two query:select  R_ID from TB_PERSON_P P,TB_PERSON_R R where P.R_ID=R.R_IDandSelect R_ID from TB_PERSON_P  P join TB_PERSON_R on P.R_ID=R.R_IDwhich would be faster among these two statement?Thanks!!</description><pubDate>Sun, 15 Jan 2012 22:48:37 GMT</pubDate><dc:creator>shubham.saxena67</dc:creator></item></channel></rss>