<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Diário de um DBA &#187; xp_fixeddrives</title>
	<atom:link href="http://silasmendes.com/dba/tag/xp_fixeddrives/feed" rel="self" type="application/rss+xml" />
	<link>http://silasmendes.com/dba</link>
	<description>Tecnologia &#38; Banco de Dados</description>
	<lastBuildDate>Sun, 15 Apr 2012 12:20:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Verificando espaço em disco</title>
		<link>http://silasmendes.com/dba/espao-em-disco</link>
		<comments>http://silasmendes.com/dba/espao-em-disco#comments</comments>
		<pubDate>Mon, 19 Jan 2009 23:36:00 +0000</pubDate>
		<dc:creator>Silas Mendes</dc:creator>
				<category><![CDATA[Dica rápida]]></category>
		<category><![CDATA[SQL SERVER 2000]]></category>
		<category><![CDATA[SQL SERVER 2005]]></category>
		<category><![CDATA[SQL SERVER 2008]]></category>
		<category><![CDATA[SQL SERVER 2008 R2]]></category>
		<category><![CDATA[SQL SERVER 7]]></category>
		<category><![CDATA[espaço em disco]]></category>
		<category><![CDATA[espaço livre]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[Sql Server]]></category>
		<category><![CDATA[xp_fixeddrives]]></category>

		<guid isPermaLink="false">http://diariodba.wordpress.com/2009/01/19/espao-em-disco/</guid>
		<description><![CDATA[Procedure que verifica espaço livre em discos do servidor SQL. <a href="http://silasmendes.com/dba/espao-em-disco">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>Para verificar o espaço livre nos discos do seu servidor de banco de dados, dentro do <strong>Query Analyser </strong>ou <strong>Management Studio</strong> execute esta procedure:</p>
<p><span style="color:#800000;"><strong>xp_fixeddrives</strong></span></p>
<p>O resultado será algo parecido com este aí:</p>
<blockquote><p><span style="font-family:'Courier New';">drive    MB free<br />
C        38177<br />
D        130733<br />
X        138790<br />
Y        8140<br />
Z        57013 </span></p>
<p><span style="font-family:'Courier New';">(5 row(s) affected)</span></p></blockquote>
<p>Até +</p>
]]></content:encoded>
			<wfw:commentRss>http://silasmendes.com/dba/espao-em-disco/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

