<?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; SQL Server 2005</title>
	<atom:link href="http://itsouldiers.com/blog/category/bazy-danych/sql-server/sql-server-2005/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>Mapy widoków systemowych</title>
		<link>http://itsouldiers.com/blog/2009/07/mapy-widokow-systemowych/</link>
		<comments>http://itsouldiers.com/blog/2009/07/mapy-widokow-systemowych/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 18:19:30 +0000</pubDate>
		<dc:creator>Marcin Goł</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[widoki systemowe]]></category>

		<guid isPermaLink="false">http://itsouldiers.com/blog/?p=158</guid>
		<description><![CDATA[Jakiś czas temu fororę zrobił plakat z mapą widoków systemowych SQL Server 2005 (dostępny min. tutaj), ale chyba nie wszyscy wiedzą że też pewną chwilę temu został opublikowany poster z widokami SQL Server 2008 (można go pobrać np. stąd). Ściągajcie, drukujcie, wieszajcie :)
]]></description>
		<wfw:commentRss>http://itsouldiers.com/blog/2009/07/mapy-widokow-systemowych/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lista featureów do usunięcia&#8230;</title>
		<link>http://itsouldiers.com/blog/2009/07/deprecated-features/</link>
		<comments>http://itsouldiers.com/blog/2009/07/deprecated-features/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 11:23:33 +0000</pubDate>
		<dc:creator>Marcin Goł</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://itsouldiers.com/blog/?p=155</guid>
		<description><![CDATA[Kiedy korzystacie z jakiejś opcji w SQL Server musicie pamiętać o tym że nasz dbms ma swój lifecycle &#8211; jedne featurey odchodzą inne przychodzą. Żeby mieć pewność że to co robicie dziś jest zgodne z wersjami jakie będą &#8220;jutro&#8221; być może warto przejrzeć listę funkcjonalności do usunięcia:
Deprecated Database Engine Features in SQL Server 2008
Deprecated Database [...]]]></description>
		<wfw:commentRss>http://itsouldiers.com/blog/2009/07/deprecated-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Czy SQL Server wie ile może wykorzystać CPU ?</title>
		<link>http://itsouldiers.com/blog/2008/10/czy-sql-server-wie-ile-moze-wykorzystac-cpu/</link>
		<comments>http://itsouldiers.com/blog/2008/10/czy-sql-server-wie-ile-moze-wykorzystac-cpu/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 18:56:32 +0000</pubDate>
		<dc:creator>Marcin Goł</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[licencjonowanie]]></category>

		<guid isPermaLink="false">http://itsouldiers.com/blog/?p=39</guid>
		<description><![CDATA[Na jednym z ostatnich spotkań PLSSUG Ziemek Borowski miał świetną sesję o licencjonowaniu. W pewnym momencie sesji stwierdził że licencencje SQL Serverowe można ustawiać za pomocą wpisów w rejestrze &#8230; zapalony tym stwierdzeniem oraz wczorajszym pogonieniem mnie przez Pawła Potasińskiego poszukałem i znalazłem :))
Klucz w rejestrze, który nas interesuje:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\MSSQLLicenseInfo\MSSQL9.00
A możemy tam wpisać:
Mode REG_DWORD [...]]]></description>
		<wfw:commentRss>http://itsouldiers.com/blog/2008/10/czy-sql-server-wie-ile-moze-wykorzystac-cpu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Like &#8216;[A-Z]QLServer&#8217; vs. like &#8216;_QLServer&#8217;</title>
		<link>http://itsouldiers.com/blog/2008/06/like-a-zqlserver-vs-like-_qlserver/</link>
		<comments>http://itsouldiers.com/blog/2008/06/like-a-zqlserver-vs-like-_qlserver/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 19:17:54 +0000</pubDate>
		<dc:creator>Marcin Goł</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[optymalizacja]]></category>
		<category><![CDATA[tsql]]></category>

		<guid isPermaLink="false">http://itsouldiers.com/blog/?p=58</guid>
		<description><![CDATA[W artykule przedstawiona jest różnica pomiędzy tym w jaki sposób SQL Server traktuje zapytania z wyrażeniami regularnymi i ze znakami '%' i '_'.]]></description>
		<wfw:commentRss>http://itsouldiers.com/blog/2008/06/like-a-zqlserver-vs-like-_qlserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
