﻿<?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>Mehmet&#039;s Personal Blog</title>
	<atom:link href="http://www.susakli.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susakli.com</link>
	<description>Some technical &#38; non-technical notes</description>
	<lastBuildDate>Wed, 02 May 2012 20:22:11 +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>Yurdum insanına önemli uyarı</title>
		<link>http://www.susakli.com/index.php/yurdum-insanina-onemli-uyari/</link>
		<comments>http://www.susakli.com/index.php/yurdum-insanina-onemli-uyari/#comments</comments>
		<pubDate>Wed, 02 May 2012 20:19:18 +0000</pubDate>
		<dc:creator>Mehmet</dc:creator>
				<category><![CDATA[Türkçe]]></category>
		<category><![CDATA[acil durum ipi]]></category>
		<category><![CDATA[hastane tuvalet]]></category>
		<category><![CDATA[sifon ipi]]></category>

		<guid isPermaLink="false">http://www.susakli.com/?p=499</guid>
		<description><![CDATA[Bir hastane tuvaletinden&#8230;]]></description>
			<content:encoded><![CDATA[<p>Bir hastane tuvaletinden&#8230;</p>
<p><img title="20120430_164044.jpg" class="alignnone" alt="image" src="http://www.susakli.com/wp-content/uploads/wpid-20120430_164044.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.susakli.com/index.php/yurdum-insanina-onemli-uyari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle/PLSQL &amp; Informatica To_Char Function</title>
		<link>http://www.susakli.com/index.php/oracleplsql-informatica-to_char-function/</link>
		<comments>http://www.susakli.com/index.php/oracleplsql-informatica-to_char-function/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 11:46:59 +0000</pubDate>
		<dc:creator>Mehmet</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Informatica]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[informatica to_char]]></category>
		<category><![CDATA[oracle to_char]]></category>
		<category><![CDATA[to_char]]></category>
		<category><![CDATA[to_char date]]></category>
		<category><![CDATA[to_char examples]]></category>
		<category><![CDATA[to_char function]]></category>
		<category><![CDATA[to_char samples]]></category>
		<category><![CDATA[to_char syntax]]></category>
		<category><![CDATA[to_char sysdate]]></category>

		<guid isPermaLink="false">http://www.susakli.com/?p=488</guid>
		<description><![CDATA[The to_char function converts a number or date to a string. The syntax for to_char function is: to_char( value, [ format_mask ], [ nls_language ] ) Date Examples Parameter Explanation YEAR Year, spelled out YYYY 4-digit year YYY YY Y Last 3, 2, or 1 digit(s) of year. IYY IY I Last 3, 2, or [...]]]></description>
			<content:encoded><![CDATA[<p>The to_char function converts a number or date to a string.</p>
<p>The syntax for to_char function is: <strong>to_char( value, [ format_mask ], [ nls_language ] )</strong></p>
<h3>Date Examples</h3>
<table width="500" border="1" cellspacing="0" cellpadding="4">
<tbody>
<tr>
<th width="93">Parameter</th>
<th>Explanation</th>
</tr>
<tr>
<td>YEAR</td>
<td>Year, spelled out</td>
</tr>
<tr>
<td>YYYY</td>
<td>4-digit year</td>
</tr>
<tr>
<td>YYY<br />
YY<br />
Y</td>
<td>Last 3, 2, or 1 digit(s) of year.</td>
</tr>
<tr>
<td>IYY<br />
IY<br />
I</td>
<td>Last 3, 2, or 1 digit(s) of ISO year.</td>
</tr>
<tr>
<td>IYYY</td>
<td>4-digit year based on the ISO standard</td>
</tr>
<tr>
<td>Q</td>
<td>Quarter of year (1, 2, 3, 4; JAN-MAR = 1).</td>
</tr>
<tr>
<td>MM</td>
<td>Month (01-12; JAN = 01).</td>
</tr>
<tr>
<td>MON</td>
<td>Abbreviated name of month.</td>
</tr>
<tr>
<td>MONTH</td>
<td>Name of month, padded with blanks to length of 9 characters.</td>
</tr>
<tr>
<td>RM</td>
<td>Roman numeral month (I-XII; JAN = I).</td>
</tr>
<tr>
<td>WW</td>
<td>Week of year (1-53) where week 1 starts on the first day of the year and continues to the seventh day of the year.</td>
</tr>
<tr>
<td>W</td>
<td>Week of month (1-5) where week 1 starts on the first day of the month and ends on the seventh.</td>
</tr>
<tr>
<td>IW</td>
<td>Week of year (1-52 or 1-53) based on the ISO standard.</td>
</tr>
<tr>
<td>D</td>
<td>Day of week (1-7; 1 = Sunday).</td>
</tr>
<tr>
<td>DAY</td>
<td>Name of day.</td>
</tr>
<tr>
<td>DD</td>
<td>Day of month (1-31).</td>
</tr>
<tr>
<td>DDD</td>
<td>Day of year (1-366).</td>
</tr>
<tr>
<td>DY</td>
<td>Abbreviated name of day.</td>
</tr>
<tr>
<td>J</td>
<td>Julian day; the number of days since January 1, 4712 BC.</td>
</tr>
<tr>
<td>HH</td>
<td>Hour of day (1-12).</td>
</tr>
<tr>
<td>HH12</td>
<td>Hour of day (1-12).</td>
</tr>
<tr>
<td>HH24</td>
<td>Hour of day (0-23).</td>
</tr>
<tr>
<td>MI</td>
<td>Minute (0-59).</td>
</tr>
<tr>
<td>SS</td>
<td>Second (0-59).</td>
</tr>
<tr>
<td>SSSSS</td>
<td>Seconds past midnight (0-86399).</td>
</tr>
<tr>
<td>FF</td>
<td>Fractional seconds.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.susakli.com/index.php/oracleplsql-informatica-to_char-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cichlid Akvaryumum</title>
		<link>http://www.susakli.com/index.php/cichlid-akvaryumum/</link>
		<comments>http://www.susakli.com/index.php/cichlid-akvaryumum/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 19:38:13 +0000</pubDate>
		<dc:creator>Mehmet</dc:creator>
				<category><![CDATA[Türkçe]]></category>
		<category><![CDATA[aysmen]]></category>
		<category><![CDATA[çiklet akvaryum]]></category>
		<category><![CDATA[elma salyangoz]]></category>
		<category><![CDATA[iceman]]></category>
		<category><![CDATA[kafalı yunus]]></category>
		<category><![CDATA[kırmızı mücevher]]></category>
		<category><![CDATA[mavi prenses]]></category>
		<category><![CDATA[sarı prenses]]></category>
		<category><![CDATA[sayıkuyruk]]></category>
		<category><![CDATA[şeker pembe çiklet]]></category>

		<guid isPermaLink="false">http://www.susakli.com/?p=483</guid>
		<description><![CDATA[Elma salyangoz, sarı prenses, mavi prenses, kafalı yunus, kırmızı mücevher, sarıkuyruk (iceman), şeker pembe çiklet&#8230;]]></description>
			<content:encoded><![CDATA[<p>Elma salyangoz, sarı prenses, mavi prenses, kafalı yunus, kırmızı mücevher, sarıkuyruk (iceman), şeker pembe çiklet&#8230;</p>
<p><tt></p>
<div id="wppa-thumbarea-2" style="clear: both: border-style: solid; border-width:1px; border-radius:6px; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; background-color:#eeeeee; border-color:#cccccc; ">
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/19.jpg" alt="DSCF2469.JPG" title="DSCF2469.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/18.jpg" alt="DSCF2470.JPG" title="DSCF2470.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/17.jpg" alt="DSCF2471.JPG" title="DSCF2471.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/16.jpg" alt="DSCF2472.JPG" title="DSCF2472.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/15.jpg" alt="DSCF2473.JPG" title="DSCF2473.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/14.jpg" alt="DSCF2474.JPG" title="DSCF2474.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/13.jpg" alt="DSCF2475.JPG" title="DSCF2475.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/12.jpg" alt="DSCF2476.JPG" title="DSCF2476.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/11.jpg" alt="DSCF2477.JPG" title="DSCF2477.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/10.jpg" alt="DSCF2478.JPG" title="DSCF2478.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/9.jpg" alt="DSCF2479.JPG" title="DSCF2479.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/8.jpg" alt="DSCF2480.JPG" title="DSCF2480.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/7.jpg" alt="DSCF2481.JPG" title="DSCF2481.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/6.jpg" alt="DSCF2482.JPG" title="DSCF2482.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/5.jpg" alt="DSCF2483.JPG" title="DSCF2483.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/4.jpg" alt="DSCF2484.JPG" title="DSCF2484.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/3.jpg" alt="DSCF2485.JPG" title="DSCF2485.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/2.jpg" alt="DSCF2486.JPG" title="DSCF2486.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/1.jpg" alt="DSCF2487.JPG" title="DSCF2487.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<a href="http://www.susakli.com/index.php/cichlid-akvaryumum/"><img src="http://www.susakli.com/wp-content/uploads/wppa/thumbs/20.jpg" alt="DSCF2488.JPG" title="DSCF2488.JPG" style=" border-width: 0px; width:100px; height:75px; margin-left:4px; margin-right:4px; margin-top: 4px; margin-bottom: 4px; cursor:pointer;" /></a>
	<div id="wppa-popup-2" class="wppa-popup-frame wppa-thumb-text" style="font-weight:normal; " onmouseout="wppaPopDown(2);" ></div>
	<div style="clear:both;"></div>
	<div style="clear:both;"></div>
</div><!-- wppa-thumbarea-2 --><p></tt></p>
]]></content:encoded>
			<wfw:commentRss>http://www.susakli.com/index.php/cichlid-akvaryumum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Trends’i keşfedin</title>
		<link>http://www.susakli.com/index.php/google-trendsi-kesfedin/</link>
		<comments>http://www.susakli.com/index.php/google-trendsi-kesfedin/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 15:57:42 +0000</pubDate>
		<dc:creator>Mehmet</dc:creator>
				<category><![CDATA[Türkçe]]></category>
		<category><![CDATA[Web Sites]]></category>
		<category><![CDATA[arama istatistik]]></category>
		<category><![CDATA[google istatistik]]></category>
		<category><![CDATA[google kelime]]></category>
		<category><![CDATA[google trends]]></category>

		<guid isPermaLink="false">http://www.susakli.com/?p=429</guid>
		<description><![CDATA[Google Trends istatistik meraklılarının olduğu kadar bitirim girişimciler için de oldukça kullanışlı bir servis. Senaryo icabı girişimcimiz yeni bir blog açmayı planlıyor ancak “pırlanta” ve “dekorasyon” konuları arasında kararsız kalmış, hangisinin daha fazla trafik çekeceğini bulmak istiyor olsun. http://trends.google.com/ adresine giriyoruz. Arama alanına “dekorasyon, pırlanta” yazıp aratıyoruz. Virgüllerle ayırmak şartıyla daha fazla kelime de girilebilir. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-296" style="margin: 10px 20px;" src="http://www.susakli.com/wp-content/uploads/trends_logo.gif" alt="" />Google Trends istatistik meraklılarının olduğu kadar bitirim girişimciler için de oldukça kullanışlı bir servis.</p>
<p>Senaryo icabı girişimcimiz yeni bir blog açmayı planlıyor ancak “pırlanta” ve “dekorasyon” konuları arasında kararsız kalmış, hangisinin daha fazla trafik çekeceğini bulmak istiyor olsun.</p>
<p><a title="Google Trends" href="http://trends.google.com/" target="_blank">http://trends.google.com/</a> adresine giriyoruz. Arama alanına “dekorasyon, pırlanta” yazıp aratıyoruz. Virgüllerle ayırmak şartıyla daha fazla kelime de girilebilir.</p>
<p>Ülke, yıl-ay kriterleri de girebilirsiniz. Bu örnekte ben Türkiye, 2011 seçtim.</p>
<p>Aşağıdaki grafikte kelimelerin trendini görebileceğiniz gibi il bazında sıralamayı da Google cömertçe sunuyor.</p>
<p><img class="aligncenter size-full wp-image-296" src="http://www.susakli.com/wp-content/uploads/google_trends_graph.png" alt="" /></p>
<p><img class="aligncenter size-full wp-image-296" src="http://www.susakli.com/wp-content/uploads/google_trends_order.png" alt="" /></p>
<p>Altın değerindeki bu bilgileri ücretsiz olarak kullanabilmek büyük nimet, kıymetini bilene…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.susakli.com/index.php/google-trendsi-kesfedin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yurtiçi Kargo’dan sosyal sorumluluk örneği</title>
		<link>http://www.susakli.com/index.php/yurtici-kargodan-sosyal-sorumluluk-ornegi/</link>
		<comments>http://www.susakli.com/index.php/yurtici-kargodan-sosyal-sorumluluk-ornegi/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 15:51:29 +0000</pubDate>
		<dc:creator>Mehmet</dc:creator>
				<category><![CDATA[Türkçe]]></category>
		<category><![CDATA[deprem yardım]]></category>
		<category><![CDATA[deprem yardım kampanya]]></category>
		<category><![CDATA[van deprem yardım]]></category>
		<category><![CDATA[van depremi]]></category>
		<category><![CDATA[yurtiçi kargo]]></category>

		<guid isPermaLink="false">http://www.susakli.com/?p=427</guid>
		<description><![CDATA[&#160; &#160; Yurtiçi Kargo’dan örnek bir davranış! Tüm Yurtiçi Kargo şubelerine gelen yardım gönderilerini ücresiz olarak Van Afet Koordinasyon Merkezi aracılığı ile ihtiyaç sahiplerine ulaştırıyorlar. Siz de evinizde fazla olan battaniye, elbise, pil vs ne aklınıza gelirse Yurtiçi Kargo ile ücretsiz olarak depremzedelere gönderebilirsiniz. Yurtiçi Kargo’yu tebrik ediyorum… Yurtiçi Kargo Şubeleri]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-296" src="http://www.susakli.com/wp-content/uploads/yurtici_kargo.gif" alt="" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Yurtiçi Kargo’dan örnek bir davranış!</p>
<p>Tüm Yurtiçi Kargo şubelerine gelen yardım gönderilerini <strong>ücresiz olarak</strong> Van Afet Koordinasyon Merkezi aracılığı ile ihtiyaç sahiplerine ulaştırıyorlar.</p>
<p>Siz de evinizde fazla olan battaniye, elbise, pil vs ne aklınıza gelirse Yurtiçi Kargo ile ücretsiz olarak depremzedelere gönderebilirsiniz.</p>
<p><strong>Yurtiçi Kargo’yu tebrik ediyorum…</strong></p>
<p><a href="http://www.yurticikargo.com/harita.asp" target="_blank">Yurtiçi Kargo Şubeleri</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.susakli.com/index.php/yurtici-kargodan-sosyal-sorumluluk-ornegi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Informatica Dersleri – Aggregator Transformation</title>
		<link>http://www.susakli.com/index.php/informatica-dersleri-aggregator-transformation/</link>
		<comments>http://www.susakli.com/index.php/informatica-dersleri-aggregator-transformation/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 15:26:08 +0000</pubDate>
		<dc:creator>Mehmet</dc:creator>
				<category><![CDATA[Informatica Dersleri]]></category>
		<category><![CDATA[aggregator transformation]]></category>
		<category><![CDATA[aggregator transformation ders]]></category>
		<category><![CDATA[aggregator transformation example]]></category>
		<category><![CDATA[aggregator transformation örnek]]></category>
		<category><![CDATA[aggregator transformation tutorial]]></category>
		<category><![CDATA[informatica dersleri]]></category>

		<guid isPermaLink="false">http://www.susakli.com/?p=425</guid>
		<description><![CDATA[Aggregator Transformation, kayıtlar üzerinde kümeleme (aggregate) hesaplama işlemlerini yapabilmemizi sağlar. Aggregate fonksiyonlarını hatırlayalım; AVG: Ortalama COUNT: NULL olmayan kayıt sayısı FIRST: NULL olmayan ilk kayıt LAST: NULL olmayan son kayıt MAX: En büyük değer MEDIAN: Sayısal serinin orta noktasındaki değer                  Satır1= 2, Satır2=9, Satır3=15 –&#62; MEDIAN(KOLON) = 9                  Satır1= 2, Satır2=9, Satır3=15, Satır4=16 –&#62; MEDIAN(KOLON) [...]]]></description>
			<content:encoded><![CDATA[<p>Aggregator Transformation, kayıtlar üzerinde kümeleme (aggregate) hesaplama işlemlerini yapabilmemizi sağlar. Aggregate fonksiyonlarını hatırlayalım;</p>
<p><strong>AVG:</strong> Ortalama<br />
<strong>COUNT:</strong> NULL olmayan kayıt sayısı<br />
<strong>FIRST:</strong> NULL olmayan ilk kayıt<br />
<strong>LAST:</strong> NULL olmayan son kayıt<br />
<strong>MAX:</strong> En büyük değer<br />
<strong>MEDIAN:</strong> Sayısal serinin orta noktasındaki değer<br />
                 Satır1= 2, Satır2=9, Satır3=15 –&gt; MEDIAN(KOLON) = 9<br />
                 Satır1= 2, Satır2=9, Satır3=15, Satır4=16 –&gt; MEDIAN(KOLON) = (9+15)/2 = 12<br />
<strong>MIN:</strong> En küçük değer<br />
<strong>PERCENTILE</strong><br />
<strong>STDDEV</strong><br />
<strong>SUM:</strong> Toplam<br />
<strong>VARIANCE</strong></p>
<p>Bazı kümeleme fonksiyonlarının açıklamaları biraz karışık oldukları için yazmadım. Küçük bir araştırma ile bu fonksiyonların ne işe yaradığını ve nasıl kullanıldıklarını bulabilirsiniz.</p>
<p>Aşağıda ekran görüntülerini göreceğiniz Aggregator Transformation’da BAKIYE bilgisini SUBE kolonuna göre gruplayarak MAX, MIN, AVG ve SUM değerlerini buldum.</p>
<p><img class="aligncenter size-full wp-image-296" src="http://www.susakli.com/wp-content/uploads/informatica_aggregator_transformation_1.png" alt="" /></p>
<p><img class="aligncenter size-full wp-image-296" src="http://www.susakli.com/wp-content/uploads/informatica_aggregator_transformation_2.png" alt="" /></p>
<p><em><strong>Info:</strong> Aggregate fonksiyonları filtreleyerek kullanabilirsiniz. Bakiyesi 1000′den büyük olan kayıtların ortalaması için; AVG(BAKIYE, BAKIYE&gt;1000)</em></p>
<p>Son olarak, Aggregator Transformation <strong>GROUP BY</strong> özelliğini kullanarak kaynak tablodaki SUBE ve HES_NO kolonlarını <strong>DISTINCT</strong> olarak hedef tabloya nasıl atılabileceğini paylaşıyorum;</p>
<p><img class="aligncenter size-full wp-image-296" src="http://www.susakli.com/wp-content/uploads/informatica_aggregator_transformation_3.png" alt="" /></p>
<table width="100%">
<tbody>
<tr>
<td width="50%"><a href="http://www.susakli.com/index.php/informatica-dersleri-filter-transformation/">&lt;&lt; Filter Transformation</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.susakli.com/index.php/informatica-dersleri-aggregator-transformation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server “SELECT * FROM” Keyboard Shortcut</title>
		<link>http://www.susakli.com/index.php/sql-server-select-from-keyboard-shortcut/</link>
		<comments>http://www.susakli.com/index.php/sql-server-select-from-keyboard-shortcut/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 15:21:13 +0000</pubDate>
		<dc:creator>Mehmet</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[select from shortcut]]></category>
		<category><![CDATA[select shortcut]]></category>
		<category><![CDATA[sql command shortcut]]></category>
		<category><![CDATA[sql server keyboard shortcuts]]></category>
		<category><![CDATA[sql server stored procedure shortcuts]]></category>

		<guid isPermaLink="false">http://www.susakli.com/?p=423</guid>
		<description><![CDATA[Think that how many times you write “SELECT * FROM” a day. You can select data from a table with one key Ctrl+5 Let’s create an SP under master DB. If this SP is under master DB, we can use shortcut property in all DBs. USE master &#160; CREATE proc sp_select @TABLE_NAME VARCHAR&#40;100&#41;, @COUNT VARCHAR&#40;10&#41; [...]]]></description>
			<content:encoded><![CDATA[<p>Think that how many times you write “<strong>SELECT * FROM</strong>” a day.</p>
<p>You can select data from a table with one key <strong>Ctrl+5</strong></p>
<p>Let’s create an SP under <strong>master DB</strong>. If this SP is under master DB, we can use shortcut property in all DBs.</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">USE</span> master
&nbsp;
<span style="color: #993333; font-weight: bold;">CREATE</span> proc sp_select
@<span style="color: #993333; font-weight: bold;">TABLE_NAME</span> <span style="color: #993333; font-weight: bold;">VARCHAR</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">100</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">,</span>
@<span style="color: #993333; font-weight: bold;">COUNT</span> <span style="color: #993333; font-weight: bold;">VARCHAR</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">10</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">NULL</span>
<span style="color: #993333; font-weight: bold;">AS</span>
<span style="color: #993333; font-weight: bold;">BEGIN</span>
 <span style="color: #993333; font-weight: bold;">IF</span> <span style="color: #993333; font-weight: bold;">EXISTS</span> <span style="color: #66cc66;">&#40;</span><span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #993333; font-weight: bold;">NULL</span> <span style="color: #993333; font-weight: bold;">FROM</span> sys<span style="color: #66cc66;">.</span>objects <span style="color: #993333; font-weight: bold;">WHERE</span> <span style="color: #993333; font-weight: bold;">TYPE</span> <span style="color: #993333; font-weight: bold;">IN</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'U'</span><span style="color: #66cc66;">,</span><span style="color: #ff0000;">'V'</span><span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">AND</span> name<span style="color: #66cc66;">=</span>@<span style="color: #993333; font-weight: bold;">TABLE_NAME</span><span style="color: #66cc66;">&#41;</span>
 <span style="color: #993333; font-weight: bold;">BEGIN</span>
  <span style="color: #993333; font-weight: bold;">IF</span> @<span style="color: #993333; font-weight: bold;">COUNT</span> <span style="color: #993333; font-weight: bold;">IS</span> <span style="color: #993333; font-weight: bold;">NULL</span>
   <span style="color: #993333; font-weight: bold;">SET</span> @<span style="color: #993333; font-weight: bold;">COUNT</span><span style="color: #66cc66;">=</span><span style="color: #cc66cc;">1000</span>
  <span style="color: #993333; font-weight: bold;">EXEC</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'select top '</span> <span style="color: #66cc66;">+</span> @<span style="color: #993333; font-weight: bold;">COUNT</span> <span style="color: #66cc66;">+</span> <span style="color: #ff0000;">' * from '</span> <span style="color: #66cc66;">+</span> @<span style="color: #993333; font-weight: bold;">TABLE_NAME</span> <span style="color: #66cc66;">+</span> <span style="color: #ff0000;">'(nolock)'</span><span style="color: #66cc66;">&#41;</span>
 <span style="color: #993333; font-weight: bold;">END</span>
 <span style="color: #993333; font-weight: bold;">ELSE</span>
  print <span style="color: #ff0000;">'Table not found.'</span>
<span style="color: #993333; font-weight: bold;">END</span>
<span style="color: #993333; font-weight: bold;">GO</span></pre></div></div>

<p>bbb</p>
<p>SP is created, now we have to assign shortcut to this Stored Procedure; <em>Tools &gt; Options &gt; Environment &gt; Keyboard</em></p>
<p><img class="aligncenter size-full wp-image-296" src="http://www.susakli.com/wp-content/uploads/mssql_environment_keyboard.png" alt="" /></p>
<p>We assigned “<strong>Ctrl+5</strong>” to <strong>sp_select</strong> as seen in the picture above.</p>
<p><span style="color: #ff0000;"><strong>Now, just write table or view name, select the text and hit Ctrl+5.</strong></span></p>
<div>
<div>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">MY_TABLE_NAME <span style="color: #808080; font-style: italic;">--Selects TOP 1000</span></pre></div></div>

</div>
</div>
<p>or</p>
<div>
<div>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">MY_TABLE_NAME<span style="color: #66cc66;">,</span> <span style="color: #cc66cc;">50</span> <span style="color: #808080; font-style: italic;">--Selects TOP 50</span></pre></div></div>

</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.susakli.com/index.php/sql-server-select-from-keyboard-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Informatica Executive Vice President Girish Pancha and Me</title>
		<link>http://www.susakli.com/index.php/informatica-executive-vice-president-girish-pancha-and-me/</link>
		<comments>http://www.susakli.com/index.php/informatica-executive-vice-president-girish-pancha-and-me/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 15:18:28 +0000</pubDate>
		<dc:creator>Mehmet</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Informatica]]></category>
		<category><![CDATA[ereteam]]></category>
		<category><![CDATA[girish pancha]]></category>
		<category><![CDATA[informatica event]]></category>
		<category><![CDATA[informatica general manager]]></category>
		<category><![CDATA[informatica vice president]]></category>
		<category><![CDATA[komtaş]]></category>

		<guid isPermaLink="false">http://www.susakli.com/?p=421</guid>
		<description><![CDATA[Yesterday I met Mr. Pancha at Corporate Data Management Event in Istanbul which is sponsored by Informatica, Komtaş and Ereteam.]]></description>
			<content:encoded><![CDATA[<p>Yesterday I met Mr. Pancha at Corporate Data Management Event in Istanbul which is sponsored by <a href="http://www.informatica.com/">Informatica</a>, <a href="http://www.komtas.com/">Komtaş</a> and <a href="http://www.ereteam.com/">Ereteam</a>.</p>
<p><img class="aligncenter size-full wp-image-296" src="http://www.susakli.com/wp-content/uploads/girish_pancha_and_me-441x600.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.susakli.com/index.php/informatica-executive-vice-president-girish-pancha-and-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oğlum 22 haftalık (Video)</title>
		<link>http://www.susakli.com/index.php/oglum-22-haftalik-video/</link>
		<comments>http://www.susakli.com/index.php/oglum-22-haftalik-video/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 15:03:53 +0000</pubDate>
		<dc:creator>Mehmet</dc:creator>
				<category><![CDATA[Türkçe]]></category>
		<category><![CDATA[arda]]></category>
		<category><![CDATA[oğlum]]></category>
		<category><![CDATA[oğlumun videosu]]></category>

		<guid isPermaLink="false">http://www.susakli.com/?p=415</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="600px" height="450px"><div id="pro-player-415pp-single-4fb9163619abb"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "600",height: "450",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "uniform",enablejs: "true",mute: "false",skin: "http://www.susakli.com/wp-content/plugins/proplayer/players/skins/stylish.swf",plugins: "",javascriptid: "415pp-single-4fb9163619abb",image: "",file: 'http://www.susakli.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=415pp-single-4fb9163619abb&sid=1337529910'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-415pp-single-4fb9163619abb",name: "obj-pro-player-415pp-single-4fb9163619abb"};swfobject.embedSWF("http://www.susakli.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-415pp-single-4fb9163619abb", "600", "450", "9.0.0", false, flashvars, params, attributes);</script>
]]></content:encoded>
			<wfw:commentRss>http://www.susakli.com/index.php/oglum-22-haftalik-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Informatica: Target table does not allow INSERT/UPDATE/DELETE</title>
		<link>http://www.susakli.com/index.php/informatica-target-table-does-not-allow-insertupdatedelete/</link>
		<comments>http://www.susakli.com/index.php/informatica-target-table-does-not-allow-insertupdatedelete/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 15:00:24 +0000</pubDate>
		<dc:creator>Mehmet</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Informatica]]></category>
		<category><![CDATA[data driven]]></category>
		<category><![CDATA[informatica error]]></category>
		<category><![CDATA[informatica wrt_8119]]></category>
		<category><![CDATA[rejected rows]]></category>
		<category><![CDATA[treat source rows as]]></category>

		<guid isPermaLink="false">http://www.susakli.com/?p=413</guid>
		<description><![CDATA[Rows are rejected and in the log detail, error message is; WRT_8119 Target table [TARGET_TABLE_NAME] does not allow INSERT Row # in bad file or WRT_8119 Target table [TARGET_TABLE_NAME] does not allow UPDATE Row # in bad file or WRT_8119 Target table [TARGET_TABLE_NAME] does not allow DELETE Row # in bad file I recommend to change “Treat [...]]]></description>
			<content:encoded><![CDATA[<p>Rows are rejected and in the log detail, error message is;</p>
<p><span style="color: #ff0000;"><strong>WRT_8119 Target table [TARGET_TABLE_NAME] does not allow INSERT Row # in bad file</strong></span><br />
or<br />
<span style="color: #ff0000;"><strong>WRT_8119 Target table [TARGET_TABLE_NAME] does not allow UPDATE Row # in bad file</strong></span><br />
or<br />
<span style="color: #ff0000;"><strong>WRT_8119 Target table [TARGET_TABLE_NAME] does not allow DELETE Row # in bad file</strong></span></p>
<p>I recommend to change “<strong>Treat source rows as</strong>” attribute to “<strong>Data driven</strong>”</p>
<p><img class="aligncenter size-full wp-image-296" src="http://www.susakli.com/wp-content/uploads/informatica_WRT_8119.png" alt="" /></p>
<p>This error occurs because of the incoordinate between “Treat source rows as” and target table’s relational writer properties</p>
<p><img class="aligncenter size-full wp-image-296" src="http://www.susakli.com/wp-content/uploads/informatica_WRT_8119_2.png" alt="" /></p>
<p>When Insert is selected, but Update is selected at “Treat source rows as” property, it will get the error;</p>
<p>WRT_8119 Target table [TARGET_TABLE_NAME] does not allow UPDATE Row # in bad file</p>
]]></content:encoded>
			<wfw:commentRss>http://www.susakli.com/index.php/informatica-target-table-does-not-allow-insertupdatedelete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

