<?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>itsouldiers.com/blog &#187; sp_configure</title>
	<atom:link href="http://itsouldiers.com/blog/tag/sp_configure/feed/" rel="self" type="application/rss+xml" />
	<link>http://itsouldiers.com/blog</link>
	<description>just another sql blog</description>
	<lastBuildDate>Sat, 17 Oct 2009 22:08:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>sp_configure &#8211; część 3</title>
		<link>http://itsouldiers.com/blog/2009/07/sp_configure-czesc-3/</link>
		<comments>http://itsouldiers.com/blog/2009/07/sp_configure-czesc-3/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 06:00:28 +0000</pubDate>
		<dc:creator>Marcin Goł</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sp_configure]]></category>

		<guid isPermaLink="false">http://itsouldiers.com/blog/?p=145</guid>
		<description><![CDATA[Ruszamy z kontynuacją cyklu – tym razem opiszę 14 opcji, które są opcjami zaawansowanymi a jednocześnie ich uruchomienie wymaga restart usługi.
SELECT name, value, minimum, maximum
FROM sys.configurations
WHERE is_dynamic = 0 AND is_advanced = 1
ORDER BY name
Dla przypomnienia jeszcze poprzednie części:
http://itsouldiers.com/blog/2009/06/sp_configure-czesc-1/
http://itsouldiers.com/blog/2009/06/sp_configure-czesc-2/
affinity I/O mask
dostępne wartości: -2GB -&#62; 2GB, domyślnie &#8211; 0
zastosowanie: część zestawu instrukcji affinity mask oraz affinity64 [...]]]></description>
		<wfw:commentRss>http://itsouldiers.com/blog/2009/07/sp_configure-czesc-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sp_configure &#8211; część 2</title>
		<link>http://itsouldiers.com/blog/2009/06/sp_configure-czesc-2/</link>
		<comments>http://itsouldiers.com/blog/2009/06/sp_configure-czesc-2/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 18:00:27 +0000</pubDate>
		<dc:creator>Marcin Goł</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sp_configure]]></category>

		<guid isPermaLink="false">http://itsouldiers.com/blog/?p=135</guid>
		<description><![CDATA[Mój poprzedni post zawierał wprowadzenie do tematyki zmiany konfiguracji serwera SQL, można go znaleźć tutaj:
http://itsouldiers.com/blog/2009/06/sp_configure-czesc-1/
W część 2 zostaną omówione opcje konfiguracyjne niebędące opcjami zaawansowanymi, jeśli uważacie że mam jakieś błędy lub niedopowiedzenia &#8211; śmiało dajcie znać w komentarza rozstrzygniemy i poprawimy, a teraz do dzieła:
SELECT * FROM sys.configurations
WHERE is_advanced = 0
ORDER BY name
allow updates
dostępne wartości: [...]]]></description>
		<wfw:commentRss>http://itsouldiers.com/blog/2009/06/sp_configure-czesc-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sp_configure &#8211; część 1</title>
		<link>http://itsouldiers.com/blog/2009/06/sp_configure-czesc-1/</link>
		<comments>http://itsouldiers.com/blog/2009/06/sp_configure-czesc-1/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 06:00:27 +0000</pubDate>
		<dc:creator>Marcin Goł</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[reconfigure]]></category>
		<category><![CDATA[sp_configure]]></category>
		<category><![CDATA[sys.configurations]]></category>

		<guid isPermaLink="false">http://itsouldiers.com/blog/?p=115</guid>
		<description><![CDATA[Bardzo często korzystamy z procedury sp_configure w celu ustawienia pewnych opcji SQL Server. Jak wiemy po wykonaniu procedury sp_configure otrzymujemy kilkadziesiąt wierszy z różnymi ustawieniami &#8211; przynajmniej kilka z nich umie wymienić każdy, jednakże są też mniej znane czy też mające status obsolete. W moich następnych kilku postach opiszę wszystkie opcje dostępne w SQL Server [...]]]></description>
		<wfw:commentRss>http://itsouldiers.com/blog/2009/06/sp_configure-czesc-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
