<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Shortcut to SELECT only 1 Row from Table</title>
	<atom:link href="http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: sowmya</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-446598</link>
		<dc:creator><![CDATA[sowmya]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 14:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-446598</guid>
		<description><![CDATA[pratap you should be selecting the table name you have mentioned before entering the short cut]]></description>
		<content:encoded><![CDATA[<p>pratap you should be selecting the table name you have mentioned before entering the short cut</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Shortcut to SELECT Single Row from Table &#8211; SQL in Sixty Seconds #046 &#8211; Video &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-436384</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Shortcut to SELECT Single Row from Table &#8211; SQL in Sixty Seconds #046 &#8211; Video &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 13 Mar 2013 01:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-436384</guid>
		<description><![CDATA[[...] I have blogged about the same subject and in very short time I received lots of good comments about this blog post as well lots of email [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I have blogged about the same subject and in very short time I received lots of good comments about this blog post as well lots of email [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halfdood</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-435415</link>
		<dc:creator><![CDATA[halfdood]]></dc:creator>
		<pubDate>Mon, 11 Mar 2013 12:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-435415</guid>
		<description><![CDATA[Thank you.

I was sitting with this exact problem right now.]]></description>
		<content:encoded><![CDATA[<p>Thank you.</p>
<p>I was sitting with this exact problem right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-432752</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Wed, 06 Mar 2013 09:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-432752</guid>
		<description><![CDATA[Great Note!]]></description>
		<content:encoded><![CDATA[<p>Great Note!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: migro</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-432733</link>
		<dc:creator><![CDATA[migro]]></dc:creator>
		<pubDate>Wed, 06 Mar 2013 08:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-432733</guid>
		<description><![CDATA[Found small Issue....
&quot;SELECT TOP 1 * FROM &quot; looks grate, but I prefer some more data.
I add in shortcut &quot;SELECT TOP10 * FROM &quot; (yes, there is a mistake)
Then I open New query and I try to run CTRL+3... Result?
Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword &#039;from&#039;.

Ok, what did I wrong? I found my mistake and I correct shortcut into &quot;SELECT TOP 10 * FROM &quot;. Than quick CTRL+3 and...
Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword &#039;from&#039;.

Oh! common... what`s wrong?!
I check one more time shortcut - OK
I saw comments to this post - all are happy...
I run SQL Profiler and I saw: &quot;SELECT TOP10 * FROM my_table&quot;
WTF?!

The key point is that I changed shortcut while it was opened query window.
SSMS load all shortcuts at the beginning and didn`t reload them later, even I changed one of them.

My solution is:
You change something in shortcuts? It will works only in new query windows. Old queries have &quot;old&quot; shortcuts.]]></description>
		<content:encoded><![CDATA[<p>Found small Issue&#8230;.<br />
&#8220;SELECT TOP 1 * FROM &#8221; looks grate, but I prefer some more data.<br />
I add in shortcut &#8220;SELECT TOP10 * FROM &#8221; (yes, there is a mistake)<br />
Then I open New query and I try to run CTRL+3&#8230; Result?<br />
Msg 156, Level 15, State 1, Line 1<br />
Incorrect syntax near the keyword &#8216;from&#8217;.</p>
<p>Ok, what did I wrong? I found my mistake and I correct shortcut into &#8220;SELECT TOP 10 * FROM &#8220;. Than quick CTRL+3 and&#8230;<br />
Msg 156, Level 15, State 1, Line 1<br />
Incorrect syntax near the keyword &#8216;from&#8217;.</p>
<p>Oh! common&#8230; what`s wrong?!<br />
I check one more time shortcut &#8211; OK<br />
I saw comments to this post &#8211; all are happy&#8230;<br />
I run SQL Profiler and I saw: &#8220;SELECT TOP10 * FROM my_table&#8221;<br />
WTF?!</p>
<p>The key point is that I changed shortcut while it was opened query window.<br />
SSMS load all shortcuts at the beginning and didn`t reload them later, even I changed one of them.</p>
<p>My solution is:<br />
You change something in shortcuts? It will works only in new query windows. Old queries have &#8220;old&#8221; shortcuts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandykumaryadav</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-427859</link>
		<dc:creator><![CDATA[sandykumaryadav]]></dc:creator>
		<pubDate>Tue, 26 Feb 2013 11:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-427859</guid>
		<description><![CDATA[Use below query...


declare @d1 date=&#039;01/01/2013&#039;
declare @d2 date=&#039;02/28/2013&#039;

;with cte_date (row_date)as(
select @d1
union all
select DATEADD(DD,1,row_date) from cte_date where row_date&lt;@d2

)
select * from cte_date]]></description>
		<content:encoded><![CDATA[<p>Use below query&#8230;</p>
<p>declare @d1 date=&#8217;01/01/2013&#8242;<br />
declare @d2 date=&#8217;02/28/2013&#8242;</p>
<p>;with cte_date (row_date)as(<br />
select @d1<br />
union all<br />
select DATEADD(DD,1,row_date) from cte_date where row_date&lt;@d2</p>
<p>)<br />
select * from cte_date</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cornel Bruecher</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-427834</link>
		<dc:creator><![CDATA[Cornel Bruecher]]></dc:creator>
		<pubDate>Tue, 26 Feb 2013 10:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-427834</guid>
		<description><![CDATA[I wish Oracle had this feature as well...]]></description>
		<content:encoded><![CDATA[<p>I wish Oracle had this feature as well&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-426904</link>
		<dc:creator><![CDATA[Vikas]]></dc:creator>
		<pubDate>Sun, 24 Feb 2013 15:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-426904</guid>
		<description><![CDATA[SELECT TOP 100 * FROM &lt;SELECTED_TEXT&gt; will list the top 100 rows, where selected_text will be the table name written in new query window, and as this post describes how we can use SQL Server short cut. Now in general if we have a transaction table, then we always look for latest entries, and if the table is just listing different status name then table may not have more that 10 to 100 records. This shortcut will be very helpful for tables having less records. But for me only, when I work with my database, I always have to see the last entry of any table, and as my database is about 5 year older, I have about 1 lakh to 1 crore entries in some of the tables.

Now speaking directly, how we can have trick to list table rows order by PK (if table has any PK and it&#039;ll be there most of the time)?

What I was trying to do when i post my first comment is:
I was trying to get the PK column name&#039;s list from sys.columns, now to use sys.columns, I may need to use sys,tables to get the object id,

I am wondering if we can use a sub query in order by clause!!

For example:

SELECT * FROM employees
ORDER BY (SELECT TOP 1 C.name + &#039; DESC&#039; AS orderby_text FROM sys.columns c INNER JOIN sys.tables t ON c.object_id = t.object_id AND t.name = &#039;employees&#039; AND c.is_identity = 1)]]></description>
		<content:encoded><![CDATA[<p>SELECT TOP 100 * FROM &lt;SELECTED_TEXT&gt; will list the top 100 rows, where selected_text will be the table name written in new query window, and as this post describes how we can use SQL Server short cut. Now in general if we have a transaction table, then we always look for latest entries, and if the table is just listing different status name then table may not have more that 10 to 100 records. This shortcut will be very helpful for tables having less records. But for me only, when I work with my database, I always have to see the last entry of any table, and as my database is about 5 year older, I have about 1 lakh to 1 crore entries in some of the tables.</p>
<p>Now speaking directly, how we can have trick to list table rows order by PK (if table has any PK and it&#8217;ll be there most of the time)?</p>
<p>What I was trying to do when i post my first comment is:<br />
I was trying to get the PK column name&#8217;s list from sys.columns, now to use sys.columns, I may need to use sys,tables to get the object id,</p>
<p>I am wondering if we can use a sub query in order by clause!!</p>
<p>For example:</p>
<p>SELECT * FROM employees<br />
ORDER BY (SELECT TOP 1 C.name + &#8216; DESC&#8217; AS orderby_text FROM sys.columns c INNER JOIN sys.tables t ON c.object_id = t.object_id AND t.name = &#8216;employees&#8217; AND c.is_identity = 1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greesh</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-426419</link>
		<dc:creator><![CDATA[Greesh]]></dc:creator>
		<pubDate>Sat, 23 Feb 2013 17:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-426419</guid>
		<description><![CDATA[hi Pinal ,

this is kumar , having one query to ask...
there are two input dates 

@d1= 01/02/2013
@d2= 28/02/2013

now what&#039;s we write the query to generate bellow output.

output:
01/02/2013
01/02/2013
......
......
28/02/2013]]></description>
		<content:encoded><![CDATA[<p>hi Pinal ,</p>
<p>this is kumar , having one query to ask&#8230;<br />
there are two input dates </p>
<p>@d1= 01/02/2013<br />
@d2= 28/02/2013</p>
<p>now what&#8217;s we write the query to generate bellow output.</p>
<p>output:<br />
01/02/2013<br />
01/02/2013<br />
&#8230;&#8230;<br />
&#8230;&#8230;<br />
28/02/2013</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-426018</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Sat, 23 Feb 2013 01:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-426018</guid>
		<description><![CDATA[Hello Vikas, 

I spent nearly 10 minutes trying to understand your question, tried reading it in atleast 10 different ways but failed everytime.

But to make a generic statement, you can create a stored procedure that accepts parameter and perform what every search you want to do, just put the logic inside the stored procedure, if you think table name will change then make it dynamic sql sp and then execute the sp from keyboard short cuts.

If this doesn&#039;t help then please elaborate your questions with some samples.

~ IM.]]></description>
		<content:encoded><![CDATA[<p>Hello Vikas, </p>
<p>I spent nearly 10 minutes trying to understand your question, tried reading it in atleast 10 different ways but failed everytime.</p>
<p>But to make a generic statement, you can create a stored procedure that accepts parameter and perform what every search you want to do, just put the logic inside the stored procedure, if you think table name will change then make it dynamic sql sp and then execute the sp from keyboard short cuts.</p>
<p>If this doesn&#8217;t help then please elaborate your questions with some samples.</p>
<p>~ IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh Babu Ravipati</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425672</link>
		<dc:creator><![CDATA[Mahesh Babu Ravipati]]></dc:creator>
		<pubDate>Fri, 22 Feb 2013 11:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425672</guid>
		<description><![CDATA[Rob, Once you have made changes as said in above article, close that connection and reopen/ New Query. Hopefully it will work.]]></description>
		<content:encoded><![CDATA[<p>Rob, Once you have made changes as said in above article, close that connection and reopen/ New Query. Hopefully it will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pratap billa</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425567</link>
		<dc:creator><![CDATA[pratap billa]]></dc:creator>
		<pubDate>Fri, 22 Feb 2013 07:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425567</guid>
		<description><![CDATA[i am using SQL  Server 2008]]></description>
		<content:encoded><![CDATA[<p>i am using SQL  Server 2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pratap billa</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425564</link>
		<dc:creator><![CDATA[pratap billa]]></dc:creator>
		<pubDate>Fri, 22 Feb 2013 07:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425564</guid>
		<description><![CDATA[i have done the procedure whatever u said ,but i cant get that short cut .Even it is showing nothing .Help me ... regards]]></description>
		<content:encoded><![CDATA[<p>i have done the procedure whatever u said ,but i cant get that short cut .Even it is showing nothing .Help me &#8230; regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Kellington (@kellington)</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425313</link>
		<dc:creator><![CDATA[Rob Kellington (@kellington)]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 18:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425313</guid>
		<description><![CDATA[Only works for SQL 2012? Does not appear to work in SQL 2008]]></description>
		<content:encoded><![CDATA[<p>Only works for SQL 2012? Does not appear to work in SQL 2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425280</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 17:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425280</guid>
		<description><![CDATA[You have to type the name in the Query Window - Select it and then click on Shortcut as displayed in the image.]]></description>
		<content:encoded><![CDATA[<p>You have to type the name in the Query Window &#8211; Select it and then click on Shortcut as displayed in the image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425278</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 17:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425278</guid>
		<description><![CDATA[You have to type the name in the Query Window - Select it and then click on Shortcut as displayed in the image.]]></description>
		<content:encoded><![CDATA[<p>You have to type the name in the Query Window &#8211; Select it and then click on Shortcut as displayed in the image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aarsh S Talati</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425271</link>
		<dc:creator><![CDATA[Aarsh S Talati]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 16:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425271</guid>
		<description><![CDATA[Yes ! Ken I too am wondering about the same thing !!!]]></description>
		<content:encoded><![CDATA[<p>Yes ! Ken I too am wondering about the same thing !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425210</link>
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 14:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425210</guid>
		<description><![CDATA[Thanks Pinal but I must be missing something.  I&#039;m not clear when you say &quot;select table name.&quot;  I tried clicking the table name in the object explorer to highlight it but I get &quot;incorrect syntax near &#039;from&#039;&quot;.  I tried typing the table name in the query window then hitting ctrl-3 but that does not work either...]]></description>
		<content:encoded><![CDATA[<p>Thanks Pinal but I must be missing something.  I&#8217;m not clear when you say &#8220;select table name.&#8221;  I tried clicking the table name in the object explorer to highlight it but I get &#8220;incorrect syntax near &#8216;from&#8217;&#8221;.  I tried typing the table name in the query window then hitting ctrl-3 but that does not work either&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moredefiant</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425209</link>
		<dc:creator><![CDATA[moredefiant]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 14:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425209</guid>
		<description><![CDATA[I initially misunderstood the method to execute this after createing the shortcut.  The table name text must be highlighted in the query editor window, not in the object explorer.]]></description>
		<content:encoded><![CDATA[<p>I initially misunderstood the method to execute this after createing the shortcut.  The table name text must be highlighted in the query editor window, not in the object explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moredefiant</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425208</link>
		<dc:creator><![CDATA[moredefiant]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 14:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425208</guid>
		<description><![CDATA[I initially misunderstood the method to execute this after creating the shortcut.  The table name text must be highlighted in the query editor window, not in the object explorer.]]></description>
		<content:encoded><![CDATA[<p>I initially misunderstood the method to execute this after creating the shortcut.  The table name text must be highlighted in the query editor window, not in the object explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425078</link>
		<dc:creator><![CDATA[Dinesh]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 10:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425078</guid>
		<description><![CDATA[Thank you Pinal Sir, this is very useful &amp; timesaving idea]]></description>
		<content:encoded><![CDATA[<p>Thank you Pinal Sir, this is very useful &amp; timesaving idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stinger it</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-425005</link>
		<dc:creator><![CDATA[stinger it]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 07:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-425005</guid>
		<description><![CDATA[It is great article Pinal Dave.
I love ALT+F1... now there is no need to write &quot;SELECT * FROM&quot; or &quot;SELECT TOP 10 FROM&quot; :-)
Regards]]></description>
		<content:encoded><![CDATA[<p>It is great article Pinal Dave.<br />
I love ALT+F1&#8230; now there is no need to write &#8220;SELECT * FROM&#8221; or &#8220;SELECT TOP 10 FROM&#8221; :-)<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay Monpara</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-424980</link>
		<dc:creator><![CDATA[Sanjay Monpara]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 07:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-424980</guid>
		<description><![CDATA[Oh pinal,
Its great help...]]></description>
		<content:encoded><![CDATA[<p>Oh pinal,<br />
Its great help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-424892</link>
		<dc:creator><![CDATA[Vikas]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 04:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-424892</guid>
		<description><![CDATA[tag between &lt; and &gt; got removed! I had text &quot;SELECTED_TEXT&quot; in between.]]></description>
		<content:encoded><![CDATA[<p>tag between &lt; and &gt; got removed! I had text &#8220;SELECTED_TEXT&#8221; in between.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas</title>
		<link>http://blog.sqlauthority.com/2013/02/21/sql-server-shortcut-to-select-only-1-row-from-table/#comment-424890</link>
		<dc:creator><![CDATA[Vikas]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 04:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22758#comment-424890</guid>
		<description><![CDATA[Is there any why to specify selected text value in T-SQL? for example: SELECT * FROM  inner join SYS.tables t ON t.name = &#039;&#039;. I am thinking about order by PK and descending, as we always look for last table data...!]]></description>
		<content:encoded><![CDATA[<p>Is there any why to specify selected text value in T-SQL? for example: SELECT * FROM  inner join SYS.tables t ON t.name = &#8221;. I am thinking about order by PK and descending, as we always look for last table data&#8230;!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
