<?xml version="1.0"?>
<?xml-stylesheet href="/App_Themes/Rss/Rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:snippetcenter="http://www.snippetcenter.org/">
<channel>
	<title>snippetcenter.org Snippet-Feed - Datenbanken</title>
	<link>http://www.snippetcenter.org/</link>
	<description>Die neuesten Snippets in  Datenbanken</description>
	<language>de-de</language>
	<copyright>snippetcenter.org</copyright>
	<generator>Hinweis: Dies ist ein RSS-Dokument zum Lesen in deinem RSS-Reader. Klick für mehr Infos.</generator>

	<image>
		<url>http://www.snippetcenter.org/Library/Media/Public/button_88x31.png</url>
		<title>snippetcenter.org</title>
		<link>http://www.snippetcenter.org/</link>
		<width>88</width>
		<height>31</height>
	</image>
	
	<item>
     <title><![CDATA[Predeccesor and successor detection in different-collation s]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/predeccesor-and-successor-detection-in-different-collation-s-s1825.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[Predeccesor and successor detection in different-collation supporting db systems.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/predeccesor-and-successor-detection-in-different-collation-s-s1825.aspx]]></link>
</item>

<item>
     <title><![CDATA[Time to UNIX timstamp conversion functions for Oracle]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/time-to-unix-timstamp-conversion-functions-for-oracle-s1731.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:20:00 GMT</pubDate>
     <description><![CDATA[The functions allow the conversion of a date to timestamp and vice-versa in Oracle]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/time-to-unix-timstamp-conversion-functions-for-oracle-s1731.aspx]]></link>
</item>

<item>
     <title><![CDATA[Delete duplicate rows]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/delete-duplicate-rows-s1687.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:20:00 GMT</pubDate>
     <description><![CDATA[This will delete duplicate rows in a table. Excellent maintenance script.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/delete-duplicate-rows-s1687.aspx]]></link>
</item>

<item>
     <title><![CDATA[Output table/row comments (Oracle 8+)]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/output-table-row-comments-oracle-8-s1653.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:20:00 GMT</pubDate>
     <description><![CDATA[Outputs a description of all tables with a given owner.  Will list any comments associated with the selected table/column.  This is an Oracle-specific stored-proc.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/output-table-row-comments-oracle-8-s1653.aspx]]></link>
</item>

<item>
     <title><![CDATA[Count of Distinct fields in a table]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/count-of-distinct-fields-in-a-table-s1628.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:20:00 GMT</pubDate>
     <description><![CDATA[This is goodfor getting a count of the instances of a value in a table. eg. How many Addresses in the table are from each state?]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/count-of-distinct-fields-in-a-table-s1628.aspx]]></link>
</item>

<item>
     <title><![CDATA[Quick and dirty Oracle export/import]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/quick-and-dirty-oracle-export-import-s1470.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:20:00 GMT</pubDate>
     <description><![CDATA[The code creates a script of insert statements for the existing data within a table.  The generated script can then be run to re-populate the table.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/quick-and-dirty-oracle-export-import-s1470.aspx]]></link>
</item>

<item>
     <title><![CDATA[Find Duplicates in a field]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/find-duplicates-in-a-field-s1284.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:19:00 GMT</pubDate>
     <description><![CDATA[Returns duplicates for a field.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/find-duplicates-in-a-field-s1284.aspx]]></link>
</item>

<item>
     <title><![CDATA[Find wholes in letter/number sequences using self-joins]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/find-wholes-in-letter-number-sequences-using-self-joins-s1169.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:19:00 GMT</pubDate>
     <description><![CDATA[If you have a data dictionary at your work and you want to add a new list of values requiring [for example] 7 elements, then you can either start your elements at the very end of the dictionary [select max(id)+1] or you can use these SQL examples to find a contiguous gap somewhere in the middle.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/find-wholes-in-letter-number-sequences-using-self-joins-s1169.aspx]]></link>
</item>

<item>
     <title><![CDATA[move_indexes.sql]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/move_indexessql-s385.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:10:00 GMT</pubDate>
     <description><![CDATA[Relocates indexes in an Oracle tablespaceto any other tablespace.  When run inSQL*Plus the script displays all tablespacesthat contain indexes.  The script thenprompts for the source tablespace and thedestination tablespace.  When finished thescript displays how many indexes whererelocated.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/move_indexessql-s385.aspx]]></link>
</item>

<item>
     <title><![CDATA[Werte von Tabelle zu Tabelle kopieren]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/werte-von-tabelle-zu-tabelle-kopieren-s99.aspx]]></guid>
     <pubDate>Thu, 27 Apr 2006 00:25:00 GMT</pubDate>
     <description><![CDATA[Zeigt exemplarisch wie sich Daten direkt von Tabelle zu Tabelle kopieren lassen.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/werte-von-tabelle-zu-tabelle-kopieren-s99.aspx]]></link>
</item>



</channel>
</rss>
