<?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 on: SharePoint Database SQL Query Tips3</title>
	<atom:link href="http://ktskumar.com/blog/2009/03/23/sharepoint-database-sql-query-tips3/feed/" rel="self" type="application/rss+xml" />
	<link>http://ktskumar.com/blog/2009/03/23/sharepoint-database-sql-query-tips3/</link>
	<description>SharePoint, Silverlight and more.........</description>
	<lastBuildDate>Tue, 20 Jul 2010 02:48:32 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stenloves</title>
		<link>http://ktskumar.com/blog/2009/03/23/sharepoint-database-sql-query-tips3/comment-page-1/#comment-83</link>
		<dc:creator>stenloves</dc:creator>
		<pubDate>Mon, 13 Apr 2009 06:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://ktskumar.wordpress.com/?p=139#comment-83</guid>
		<description>alright thanks for the reply.
got a question that im kinda stuck, hope you can give me some advice

now that im able to get the files that is under this folder (terminal shift) ONLY

but under this terminal shift folder i got 7 other folders (BT, KT, and etc)

and under lets say BT, i got 5 other folders (shift details, shift report and etc)

inside shift details there are files like shiftdetails200904011.doc, shiftdetails200904012.doc, shiftdetails200904021.doc, shiftdetails200904022.doc

how can i seperate the .doc with 1&#039;s and 2&#039;s ultimately?

any idea? thanks in advance!</description>
		<content:encoded><![CDATA[<p>alright thanks for the reply.<br />
got a question that im kinda stuck, hope you can give me some advice</p>
<p>now that im able to get the files that is under this folder (terminal shift) ONLY</p>
<p>but under this terminal shift folder i got 7 other folders (BT, KT, and etc)</p>
<p>and under lets say BT, i got 5 other folders (shift details, shift report and etc)</p>
<p>inside shift details there are files like shiftdetails200904011.doc, shiftdetails200904012.doc, shiftdetails200904021.doc, shiftdetails200904022.doc</p>
<p>how can i seperate the .doc with 1&#8217;s and 2&#8217;s ultimately?</p>
<p>any idea? thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantha Kumar</title>
		<link>http://ktskumar.com/blog/2009/03/23/sharepoint-database-sql-query-tips3/comment-page-1/#comment-84</link>
		<dc:creator>Shantha Kumar</dc:creator>
		<pubDate>Sat, 11 Apr 2009 02:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://ktskumar.wordpress.com/?p=139#comment-84</guid>
		<description>Yes, you can get the files stored under Document Library by using the following Query.

&lt;strong&gt;select AllLists.tp_Title as &#039;List Title&#039;, AllDocs.LeafName as &#039;File Name&#039;, AllDocs.DirName as &#039;File Path&#039; from AllLists JOIN AllDocs on AllDocs.ListId = AllLists.tp_ID Where AllLists.tp_Title=&#039;Document Library&#039;&lt;/strong&gt;

Yes, this is not visible what we can see in GUI or Programming.
But We can query the Sql whenever we want to check about the details about SharePoint Storage.</description>
		<content:encoded><![CDATA[<p>Yes, you can get the files stored under Document Library by using the following Query.</p>
<p><strong>select AllLists.tp_Title as &#8216;List Title&#8217;, AllDocs.LeafName as &#8216;File Name&#8217;, AllDocs.DirName as &#8216;File Path&#8217; from AllLists JOIN AllDocs on AllDocs.ListId = AllLists.tp_ID Where AllLists.tp_Title=&#8217;Document Library&#8217;</strong></p>
<p>Yes, this is not visible what we can see in GUI or Programming.<br />
But We can query the Sql whenever we want to check about the details about SharePoint Storage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stenloves</title>
		<link>http://ktskumar.com/blog/2009/03/23/sharepoint-database-sql-query-tips3/comment-page-1/#comment-85</link>
		<dc:creator>stenloves</dc:creator>
		<pubDate>Thu, 09 Apr 2009 09:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://ktskumar.wordpress.com/?p=139#comment-85</guid>
		<description>Hi there, got to your site and was looking at the Query tips. Is it possible for us to retrieve information of files stored in document library too? (as I read it somewhere that doc lib is not quite like a visible database, its smt ghostly)
so I assume I cant use the above tips?

Anyway im using SPQUERY on C#</description>
		<content:encoded><![CDATA[<p>Hi there, got to your site and was looking at the Query tips. Is it possible for us to retrieve information of files stored in document library too? (as I read it somewhere that doc lib is not quite like a visible database, its smt ghostly)<br />
so I assume I cant use the above tips?</p>
<p>Anyway im using SPQUERY on C#</p>
]]></content:encoded>
	</item>
</channel>
</rss>
