<?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; Find Current Location of Data and Log File of All the Database</title>
	<atom:link href="http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/</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: Rani</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-465581</link>
		<dc:creator><![CDATA[Rani]]></dc:creator>
		<pubDate>Sun, 28 Apr 2013 13:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-465581</guid>
		<description><![CDATA[Hello Sir, 

Thank for the query, which is i am looking for. In the same query how I can  get only the file path without the filenames.

I am new to SQL server DBA, trying to find a way to get all the data and log file location(without the file names) for all the DBs, that will be used in DB restore process for dev &amp; test enviroment.

Thank you]]></description>
		<content:encoded><![CDATA[<p>Hello Sir, </p>
<p>Thank for the query, which is i am looking for. In the same query how I can  get only the file path without the filenames.</p>
<p>I am new to SQL server DBA, trying to find a way to get all the data and log file location(without the file names) for all the DBs, that will be used in DB restore process for dev &amp; test enviroment.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandhya</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-459218</link>
		<dc:creator><![CDATA[sandhya]]></dc:creator>
		<pubDate>Fri, 19 Apr 2013 06:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-459218</guid>
		<description><![CDATA[U can get the location of log files by executing below query:

select a.name, b.name as &#039;Logical filename&#039;, b.filename from sys.sysdatabases a 
inner join sys.sysaltfiles b
on a.dbid = b.dbid where fileid = 2]]></description>
		<content:encoded><![CDATA[<p>U can get the location of log files by executing below query:</p>
<p>select a.name, b.name as &#8216;Logical filename&#8217;, b.filename from sys.sysdatabases a<br />
inner join sys.sysaltfiles b<br />
on a.dbid = b.dbid where fileid = 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Richard</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-433087</link>
		<dc:creator><![CDATA[Pat Richard]]></dc:creator>
		<pubDate>Thu, 07 Mar 2013 00:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-433087</guid>
		<description><![CDATA[Just wanted to say thanks for this query. It helped me build a PowerShell script to query a remote SQL for this info. I just need to filter the DBs returned, but that should be no big deal.

Thanks again!]]></description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for this query. It helped me build a PowerShell script to query a remote SQL for this info. I just need to filter the DBs returned, but that should be no big deal.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prerna</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-431420</link>
		<dc:creator><![CDATA[Prerna]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 10:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-431420</guid>
		<description><![CDATA[Hello Sir
I have a monitoring syatem, in which data stored in sql from. But I don&#039;t know the location of data sotre.How I can find location of data? Please help mw.]]></description>
		<content:encoded><![CDATA[<p>Hello Sir<br />
I have a monitoring syatem, in which data stored in sql from. But I don&#8217;t know the location of data sotre.How I can find location of data? Please help mw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #017 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-426023</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #017 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 23 Feb 2013 01:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-426023</guid>
		<description><![CDATA[[...] Find Current Location of Data and Log File of All the Database As I am doing lots of experiments on my SQL Server test box, I sometimes get too many files in SQL Server data installation folder – the place where I have all the .mdf and .ldf files are stored. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Find Current Location of Data and Log File of All the Database As I am doing lots of experiments on my SQL Server test box, I sometimes get too many files in SQL Server data installation folder – the place where I have all the .mdf and .ldf files are stored. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahendra</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-425111</link>
		<dc:creator><![CDATA[mahendra]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 11:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-425111</guid>
		<description><![CDATA[Hi pinal i am the regular reader of yours page.
can u let me know what is the script to find the data &amp; log files path in sqlserver2000]]></description>
		<content:encoded><![CDATA[<p>Hi pinal i am the regular reader of yours page.<br />
can u let me know what is the script to find the data &amp; log files path in sqlserver2000</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinayak</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-410316</link>
		<dc:creator><![CDATA[vinayak]]></dc:creator>
		<pubDate>Sun, 20 Jan 2013 16:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-410316</guid>
		<description><![CDATA[Hi Sir...
How can i get the location of sql server log file... N even i want to known sql server log file format....]]></description>
		<content:encoded><![CDATA[<p>Hi Sir&#8230;<br />
How can i get the location of sql server log file&#8230; N even i want to known sql server log file format&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ami</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-409421</link>
		<dc:creator><![CDATA[ami]]></dc:creator>
		<pubDate>Fri, 18 Jan 2013 15:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-409421</guid>
		<description><![CDATA[Great blog. As a beginner sql server admin, I have benefitted much from it. Thought I contribute a little back.

For SQL Server 2000: Get both data and log files.
SELECT name, filename 
 FROM master..sysaltfiles
 ORDER BY name]]></description>
		<content:encoded><![CDATA[<p>Great blog. As a beginner sql server admin, I have benefitted much from it. Thought I contribute a little back.</p>
<p>For SQL Server 2000: Get both data and log files.<br />
SELECT name, filename<br />
 FROM master..sysaltfiles<br />
 ORDER BY name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vineeth george</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-406920</link>
		<dc:creator><![CDATA[Vineeth george]]></dc:creator>
		<pubDate>Sat, 12 Jan 2013 12:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-406920</guid>
		<description><![CDATA[I am not able to delete nfsmini.mdf 
please tell me is there any way to delete it!!!]]></description>
		<content:encoded><![CDATA[<p>I am not able to delete nfsmini.mdf<br />
please tell me is there any way to delete it!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Anand Madhuranayagam</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-326327</link>
		<dc:creator><![CDATA[Vijay Anand Madhuranayagam]]></dc:creator>
		<pubDate>Tue, 07 Aug 2012 06:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-326327</guid>
		<description><![CDATA[When we auto-schedule the backups we may need to delete the files from a particular folder. As per your suggestion we can use xp_cmdshell to do that.]]></description>
		<content:encoded><![CDATA[<p>When we auto-schedule the backups we may need to delete the files from a particular folder. As per your suggestion we can use xp_cmdshell to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-302805</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Mon, 18 Jun 2012 12:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-302805</guid>
		<description><![CDATA[You can use xp_cmdshell system procedure with DEL command. But why do you want to do this from sql?]]></description>
		<content:encoded><![CDATA[<p>You can use xp_cmdshell system procedure with DEL command. But why do you want to do this from sql?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dewesh Pushkar</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-295035</link>
		<dc:creator><![CDATA[Dewesh Pushkar]]></dc:creator>
		<pubDate>Wed, 06 Jun 2012 04:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-295035</guid>
		<description><![CDATA[Hi Sir, 
               How can I delete any file which is in hard disk using sql.]]></description>
		<content:encoded><![CDATA[<p>Hi Sir,<br />
               How can I delete any file which is in hard disk using sql.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: epikto</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-268484</link>
		<dc:creator><![CDATA[epikto]]></dc:creator>
		<pubDate>Tue, 27 Mar 2012 20:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-268484</guid>
		<description><![CDATA[Thank you for this.  With your query i was able to do the following: 

select [Database], [1], [2]
from 
(SELECT d.name [Database], mf.file_id,
mf.physical_name AS [Path]
FROM sys.master_files mf, sys.databases d
where d.database_id = mf.database_id) AS st
PIVOT
  (
	MAX([Path]) FOR file_id IN ([1], [2])
  ) AS PT]]></description>
		<content:encoded><![CDATA[<p>Thank you for this.  With your query i was able to do the following: </p>
<p>select [Database], [1], [2]<br />
from<br />
(SELECT d.name [Database], mf.file_id,<br />
mf.physical_name AS [Path]<br />
FROM sys.master_files mf, sys.databases d<br />
where d.database_id = mf.database_id) AS st<br />
PIVOT<br />
  (<br />
	MAX([Path]) FOR file_id IN ([1], [2])<br />
  ) AS PT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: epikto</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-268482</link>
		<dc:creator><![CDATA[epikto]]></dc:creator>
		<pubDate>Tue, 27 Mar 2012 20:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-268482</guid>
		<description><![CDATA[Thank you for this.  With your reference i was able to do this

select [Database], [1], [2]
from 
(SELECT d.name [Database], mf.file_id,
mf.physical_name AS [Path]
FROM sys.master_files mf, sys.databases d
where d.database_id = mf.database_id) AS st
PIVOT
  (
	MAX([Path]) FOR file_id IN ([1], [2])
  ) AS PT

To show database files based on file_id.

Cheers,

Epikto]]></description>
		<content:encoded><![CDATA[<p>Thank you for this.  With your reference i was able to do this</p>
<p>select [Database], [1], [2]<br />
from<br />
(SELECT d.name [Database], mf.file_id,<br />
mf.physical_name AS [Path]<br />
FROM sys.master_files mf, sys.databases d<br />
where d.database_id = mf.database_id) AS st<br />
PIVOT<br />
  (<br />
	MAX([Path]) FOR file_id IN ([1], [2])<br />
  ) AS PT</p>
<p>To show database files based on file_id.</p>
<p>Cheers,</p>
<p>Epikto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Finding Location of Log File when Primary Datafile is Crashed Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-128938</link>
		<dc:creator><![CDATA[SQL SERVER – Finding Location of Log File when Primary Datafile is Crashed Journey to SQLAuthority]]></dc:creator>
		<pubDate>Fri, 15 Apr 2011 01:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-128938</guid>
		<description><![CDATA[[...] quickly searched on the Internet and I ended up on a very interesting blog post written by me SQL SERVER – Find Current Location of Data and Log File of All the Database. I have previously written how I can find the location of all the files of the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] quickly searched on the Internet and I ended up on a very interesting blog post written by me SQL SERVER – Find Current Location of Data and Log File of All the Database. I have previously written how I can find the location of all the files of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillby11</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-128149</link>
		<dc:creator><![CDATA[Phillby11]]></dc:creator>
		<pubDate>Sun, 10 Apr 2011 22:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-128149</guid>
		<description><![CDATA[To achieve the same result in SQL 2000

SELECT name, filename AS current_file_location
FROM master..sysdatabases]]></description>
		<content:encoded><![CDATA[<p>To achieve the same result in SQL 2000</p>
<p>SELECT name, filename AS current_file_location<br />
FROM master..sysdatabases</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-114068</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 09:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-114068</guid>
		<description><![CDATA[Make use of this post
http://beyondrelational.com/blogs/madhivanan/archive/2009/05/07/how-to-find-size-of-backup-files-in-a-folder.aspx]]></description>
		<content:encoded><![CDATA[<p>Make use of this post<br />
<a href="http://beyondrelational.com/blogs/madhivanan/archive/2009/05/07/how-to-find-size-of-backup-files-in-a-folder.aspx" rel="nofollow">http://beyondrelational.com/blogs/madhivanan/archive/2009/05/07/how-to-find-size-of-backup-files-in-a-folder.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaheb</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-114004</link>
		<dc:creator><![CDATA[Shaheb]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 07:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-114004</guid>
		<description><![CDATA[Hi Panal,
I want a list of .mdf and .ldf filename,size,location and  date modifed through query analyzer same as we check in the drive.how to write a T-Sql to get this information.
Thanks in advance
Shahab]]></description>
		<content:encoded><![CDATA[<p>Hi Panal,<br />
I want a list of .mdf and .ldf filename,size,location and  date modifed through query analyzer same as we check in the drive.how to write a T-Sql to get this information.<br />
Thanks in advance<br />
Shahab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alba Henning</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-110659</link>
		<dc:creator><![CDATA[Alba Henning]]></dc:creator>
		<pubDate>Wed, 12 Jan 2011 13:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-110659</guid>
		<description><![CDATA[Good Morning, Reading this website is a real pleasure, Many thanks !]]></description>
		<content:encoded><![CDATA[<p>Good Morning, Reading this website is a real pleasure, Many thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-99021</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 11 Nov 2010 08:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-99021</guid>
		<description><![CDATA[How did you confirm the reader did not return data?]]></description>
		<content:encoded><![CDATA[<p>How did you confirm the reader did not return data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnny</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-98885</link>
		<dc:creator><![CDATA[johnny]]></dc:creator>
		<pubDate>Wed, 10 Nov 2010 15:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-98885</guid>
		<description><![CDATA[how to do it in vb.net? i try use the reader but it faile to return any result]]></description>
		<content:encoded><![CDATA[<p>how to do it in vb.net? i try use the reader but it faile to return any result</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-98884</link>
		<dc:creator><![CDATA[Johnny]]></dc:creator>
		<pubDate>Wed, 10 Nov 2010 15:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-98884</guid>
		<description><![CDATA[Hi! I had try it in Query, it work and give me result. 
I try to implement into vb.net with:

Dim sqlStatement1 As SqlCommand
sqlStatement1 = New SqlCommand(&quot;SELECT name, physical_name AS current_file_location FROM sys.master_files Where name = &#039;Ticket&#039;&quot;, mMain.Conn)


Dim sdr1 As SqlDataReader = sqlStatement1.ExecuteReader()

the reader return no result. why?]]></description>
		<content:encoded><![CDATA[<p>Hi! I had try it in Query, it work and give me result.<br />
I try to implement into vb.net with:</p>
<p>Dim sqlStatement1 As SqlCommand<br />
sqlStatement1 = New SqlCommand(&#8220;SELECT name, physical_name AS current_file_location FROM sys.master_files Where name = &#8216;Ticket&#8217;&#8221;, mMain.Conn)</p>
<p>Dim sdr1 As SqlDataReader = sqlStatement1.ExecuteReader()</p>
<p>the reader return no result. why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikram K Mahapatra</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-97172</link>
		<dc:creator><![CDATA[Vikram K Mahapatra]]></dc:creator>
		<pubDate>Mon, 01 Nov 2010 12:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-97172</guid>
		<description><![CDATA[We can also find the location of data file and log file by executing sp_helpfile.]]></description>
		<content:encoded><![CDATA[<p>We can also find the location of data file and log file by executing sp_helpfile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salman</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-89931</link>
		<dc:creator><![CDATA[Salman]]></dc:creator>
		<pubDate>Tue, 28 Sep 2010 15:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-89931</guid>
		<description><![CDATA[Give Solutin For Reduce size of Log File:]]></description>
		<content:encoded><![CDATA[<p>Give Solutin For Reduce size of Log File:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Find Most Active Database in SQL Server – DMV dm_io_virtual_file_stats Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2009/02/17/sql-server-find-current-location-of-data-and-log-file-of-all-the-database/#comment-65412</link>
		<dc:creator><![CDATA[SQL SERVER – Find Most Active Database in SQL Server – DMV dm_io_virtual_file_stats Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Mon, 19 Apr 2010 01:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2593#comment-65412</guid>
		<description><![CDATA[[...] 19, 2010 by pinaldave    Few days ago, I wrote about SQL SERVER – Find Current Location of Data and Log File of All the Database. There was very interesting conversation in comments by blog readers. Blog reader and SQL Expert [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 19, 2010 by pinaldave    Few days ago, I wrote about SQL SERVER – Find Current Location of Data and Log File of All the Database. There was very interesting conversation in comments by blog readers. Blog reader and SQL Expert [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
