<?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>Lieven Cardoen&#187; Database</title>
	<atom:link href="http://blog.johlero.eu/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johlero.eu</link>
	<description>Software development</description>
	<lastBuildDate>Sun, 13 Nov 2011 17:30:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change Collation Sql Server 2008 Database</title>
		<link>http://blog.johlero.eu/2011/08/30/change-collation-sql-server-2008-database/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=change-collation-sql-server-2008-database</link>
		<comments>http://blog.johlero.eu/2011/08/30/change-collation-sql-server-2008-database/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 13:14:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Collation]]></category>
		<category><![CDATA[Sql Server]]></category>
		<category><![CDATA[Sql Server 2008]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=742</guid>
		<description><![CDATA[&#160; To change the collation of Sql Server 2008 Database, you&#8217;ll first need to drop the objects in the database that are dependent of the collation (like functions for instance). Otherwise you will get an error like this The object &#8216;&#8230;&#8217; is dependent on database collation. Once you&#8217;ve dropped these objects, you can set the [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2011/08/30/change-collation-sql-server-2008-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving FileStream data to a new location or renaming it (basically the same)</title>
		<link>http://blog.johlero.eu/2011/08/30/moving-filestream-data-to-a-new-location-or-renaming-it-basically-the-same/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=moving-filestream-data-to-a-new-location-or-renaming-it-basically-the-same</link>
		<comments>http://blog.johlero.eu/2011/08/30/moving-filestream-data-to-a-new-location-or-renaming-it-basically-the-same/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 11:36:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[FileStream]]></category>
		<category><![CDATA[Sql Server]]></category>
		<category><![CDATA[Sql Server 2008]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=729</guid>
		<description><![CDATA[You&#8217;ll just have to detach the existing database, then rename the FileStream folder and then attach it again using following sql: 1 2 3 4 5 6 7 8 9 USE [master] GO CREATE DATABASE [televic-edu3-dev-one-channel] ON ( FILENAME = N'C:\Program Files\Microsoft SQL Server\...\DATA\name.mdf' ), ( FILENAME = N'C:\Program Files\Microsoft SQL Server\...\DATA\name.ldf' ), FILEGROUP [FileStreamGroup] [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2011/08/30/moving-filestream-data-to-a-new-location-or-renaming-it-basically-the-same/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sql Server Management Studio- Tools Pack Add In</title>
		<link>http://blog.johlero.eu/2010/09/23/sql-server-management-studio-tools-pack-add-in/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sql-server-management-studio-tools-pack-add-in</link>
		<comments>http://blog.johlero.eu/2010/09/23/sql-server-management-studio-tools-pack-add-in/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 07:43:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Add In]]></category>
		<category><![CDATA[Management Studio]]></category>
		<category><![CDATA[SqlServer]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=565</guid>
		<description><![CDATA[This Add-In for Sql Server Management Studio really kicks ass. Doesn&#8217;t need more explanation, just install and start using it.]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2010/09/23/sql-server-management-studio-tools-pack-add-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database version control MSSQL C#[dot]NET Program</title>
		<link>http://blog.johlero.eu/2009/11/05/database-version-control-mssql-cdotnet-program/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=database-version-control-mssql-cdotnet-program</link>
		<comments>http://blog.johlero.eu/2009/11/05/database-version-control-mssql-cdotnet-program/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:08:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Jeff Atwood]]></category>
		<category><![CDATA[MSSQLServer]]></category>
		<category><![CDATA[update scripts]]></category>
		<category><![CDATA[Version Control]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=465</guid>
		<description><![CDATA[Some time ago I read an article on the importance of version control for databases by Jeff Atwood. I knew that in our team we had to start using something like this because updating different databases to a new release took a lot of time. We always used sql compare to look for the difference [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2009/11/05/database-version-control-mssql-cdotnet-program/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WITH common_table_expression (Transact-SQL)</title>
		<link>http://blog.johlero.eu/2009/04/10/with-common_table_expression-transact-sql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=with-common_table_expression-transact-sql</link>
		<comments>http://blog.johlero.eu/2009/04/10/with-common_table_expression-transact-sql/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 14:54:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Transact-SQL]]></category>
		<category><![CDATA[WITH]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=349</guid>
		<description><![CDATA[Information at link. I&#8217;ll write this down so I won&#8217;t forget it. This common table expression enables you to omit CURSORS and apparently it goes quicker. This query 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2009/04/10/with-common_table_expression-transact-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peformance issues IIS7, WebORB, Network, &#8230;</title>
		<link>http://blog.johlero.eu/2009/02/21/peformance-issues-iis7-weborb-network/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=peformance-issues-iis7-weborb-network</link>
		<comments>http://blog.johlero.eu/2009/02/21/peformance-issues-iis7-weborb-network/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 18:19:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Weborb]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[profiling]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=307</guid>
		<description><![CDATA[Two weeks ago I had a lot of problems in a project of mine. Often some clients couldn&#8217;t connect to weborb.aspx (actually 0.01% of the times). After a lot of searching we weren&#8217;t really able to find the problem. It seemed to me that maybe it was a network issue. The customer had just changed [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2009/02/21/peformance-issues-iis7-weborb-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A sort of Subset Union</title>
		<link>http://blog.johlero.eu/2009/01/28/a-sort-of-subset-union/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-sort-of-subset-union</link>
		<comments>http://blog.johlero.eu/2009/01/28/a-sort-of-subset-union/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 16:10:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Subset]]></category>
		<category><![CDATA[Union]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=305</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 SELECT A.UserId FROM &#40; SELECT UserId FROM Users WHERE Email LIKE '%.com' &#41; A, &#40; SELECT UserId FROM Users WHERE Email LIKE '%er%' &#41; B WHERE A.UserId = B.UserId Result A: 10059 10060 10061 10062 10063 10082 10058 10088 10089 Result B: 10059 10063 10087 10089 [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2009/01/28/a-sort-of-subset-union/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UNION &amp; Order By</title>
		<link>http://blog.johlero.eu/2009/01/27/union-order-by/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=union-order-by</link>
		<comments>http://blog.johlero.eu/2009/01/27/union-order-by/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 08:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[order by]]></category>
		<category><![CDATA[Union]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=301</guid>
		<description><![CDATA[select supplier_id, supplier_name from suppliers where supplier_id > 2000 UNION select company_id, company_name from companies where company_id > 1000 ORDER BY 2;]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2009/01/27/union-order-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounding Up 2008</title>
		<link>http://blog.johlero.eu/2008/12/24/rounding-up-2008/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rounding-up-2008</link>
		<comments>http://blog.johlero.eu/2008/12/24/rounding-up-2008/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 13:33:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Weborb]]></category>
		<category><![CDATA[Rouding up 2008]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=284</guid>
		<description><![CDATA[I started this year by taking over the lead of a big project for the Belgian government. The project is an e-learning environment created mainly with Flex, WebORB, .NET, MSMQ and MSSQLServer 2005. Daily hundreds of candidates go to Brussels were they are being tested by our software. Typically some 300 candidates start off at [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2008/12/24/rounding-up-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change Location MSSQL2005 Db files Security problem</title>
		<link>http://blog.johlero.eu/2008/12/23/change-location-mssql2005-db-files-security-problem/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=change-location-mssql2005-db-files-security-problem</link>
		<comments>http://blog.johlero.eu/2008/12/23/change-location-mssql2005-db-files-security-problem/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 20:20:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Location]]></category>
		<category><![CDATA[MSSQLServer2005]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=282</guid>
		<description><![CDATA[Last week I changed the location of all my database files to an external harddisk. You can easily do this by detaching databases. However, after having moved and attached the files again, SQL server wouldn&#8217;t load the files&#8230; After some searching I found that you need to add a group to the security tab of [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2008/12/23/change-location-mssql2005-db-files-security-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

