<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : SQLde Üretim kaydi</title>
  <link>http://www.erpne.org/</link>
  <description><![CDATA[XML içerik linki; ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : Ek Yaz&#305;l&#305;mlar : SQLde Üretim kaydi]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 19:15:25 +0000</pubDate>
  <lastBuildDate>Fri, 30 Oct 2009 13:55:11 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.10</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.erpne.org/RSS_post_feed.asp?TID=1771</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu]]></title>
   <url>http://www.erpne.org/forum_images/logotype.png</url>
   <link>http://www.erpne.org/</link>
  </image>
  <item>
   <title><![CDATA[SQLde Üretim kaydi : scripti asagidaki sekilde degistirirsen...]]></title>
   <link>http://www.erpne.org/sqlde-uretim-kaydi_topic1771_post9890.html#9890</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 1771<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Ekim&nbsp;2009 Saat 13:55<br /><br />scripti asagidaki sekilde degistirirsen FISNO'larin 1'er artmasi saglanir<br><br>declare @i int<br>DECLARE @DEGER VARCHAR(15)<br>set @i=1<br>SET @DEGER='000000000042985'<br><br>while @i&lt;&gt;@sayi<br><br>begin<br><br>INSERT INTO SUMO_TESIS1 (FISNO, TARIH, TESIS, KAMYON_KODU, LOADER_KODU, OCAK_DEPO, MIKTAR, DURUM)<br><br>VALUES(@DEGER,'10.26.2009', '9', '103', '206', '100', '34.2', 'A')<br><br>set @i=@i+1<br>SET @DEGER=RIGHT('000000000000000'+CONVERT(VARCHAR(15),CONVERT(BIGINT,@DEGER) + 1),15)<br><br>end<br><br>end<br>]]>
   </description>
   <pubDate>Fri, 30 Oct 2009 13:55:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/sqlde-uretim-kaydi_topic1771_post9890.html#9890</guid>
  </item> 
  <item>
   <title><![CDATA[SQLde Üretim kaydi : &#231;&#246;z&#252;m&#252;n&#252;z&#252; denedim, normalde &#231;alisiyor....]]></title>
   <link>http://www.erpne.org/sqlde-uretim-kaydi_topic1771_post9884.html#9884</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2139">hsyncicek</a><br /><strong>Konu:</strong> 1771<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Ekim&nbsp;2009 Saat 15:47<br /><br />çözümünüzü denedim, normalde çalisiyor.&nbsp; fisnoyu her döngüde bir bir artirmasi lazim.<br>ama fisno ayni ... fisnoyu arttirabilsek sikintim bitecek<br>]]>
   </description>
   <pubDate>Wed, 28 Oct 2009 15:47:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/sqlde-uretim-kaydi_topic1771_post9884.html#9884</guid>
  </item> 
  <item>
   <title><![CDATA[SQLde Üretim kaydi :  burada insertte verdiginiz parametrik...]]></title>
   <link>http://www.erpne.org/sqlde-uretim-kaydi_topic1771_post9883.html#9883</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2216">volkank</a><br /><strong>Konu:</strong> 1771<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Ekim&nbsp;2009 Saat 15:16<br /><br /><FONT color=#0000ff size=2><FONT color=#0000ff size=2><DIV>burada insertte verdiginiz parametrik degerleri</DIV><DIV>@sayi'nin yanina ayri parametreler olarak verip öyleçalistirirsaniz daha iyi bir sonç elde edersiniz.</DIV><DIV>_____________</DIV><DIV>create </FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>procedure</FONT></FONT><FONT size=2> dbo</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>.</FONT></FONT><FONT size=2>kaydet </FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT size=2>@sayi </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>int</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>)</DIV></FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>as</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>begin</P><P>declare</FONT></FONT><FONT size=2> @i </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>int</P><P>set</FONT></FONT><FONT size=2> @i</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>=</FONT></FONT><FONT size=2>1</P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>while</FONT></FONT><FONT size=2> @i</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>&lt;&gt;</FONT></FONT><FONT size=2>@sayi </P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>begin</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>INSERT</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>INTO</FONT></FONT><FONT size=2> SUMO_TESIS1 </FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT size=2>FISNO</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> TARIH</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> TESIS</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> KAMYON_KODU</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> LOADER_KODU</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> OCAK_DEPO</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> MIKTAR</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> DURUM</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>)</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>VALUES</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>'000000000042985'</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>'10.26.2009'</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>'9'</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>'103'</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>'206'</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>'100'</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>'34.2'</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>'A'</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>)</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>set</FONT></FONT><FONT size=2> @i</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>=</FONT></FONT><FONT size=2>@i</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>+</FONT></FONT><FONT size=2>1</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>end</P><P>end</P><DIV>_____________</DIV><DIV>çalistirma sekli</DIV><DIV>exec</FONT></FONT><FONT size=2> dbo</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>.</FONT></FONT><FONT size=2>kaydet 10</DIV></FONT>]]>
   </description>
   <pubDate>Wed, 28 Oct 2009 15:16:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/sqlde-uretim-kaydi_topic1771_post9883.html#9883</guid>
  </item> 
  <item>
   <title><![CDATA[SQLde Üretim kaydi : Merhaba,2008 son &#231;eyrekten beri...]]></title>
   <link>http://www.erpne.org/sqlde-uretim-kaydi_topic1771_post9881.html#9881</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2139">hsyncicek</a><br /><strong>Konu:</strong> 1771<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Ekim&nbsp;2009 Saat 13:01<br /><br />Merhaba,<br><br>2008 son çeyrekten beri netsis kullaniyoruz. Üretim kayitlarimizi kamyon seferlerini manuel olarak SQLde birtabloda tutuyoruz. Bu tabloya giris için yüklenici firma bize bir arayüz yapmisti. ama seferleri teker teker girmek zorundayiz. bu yüzden sefer kayitlari için bir kisi ayirmak zorunda kaldik çünkü günde 600 sefer kayit var. benzer kayitlari gruplara ayirip sefer sayisini girince sayi kadar tekrar giren bir döngüye ihtiyacim var.<br><br>Her bir fisno bir adet sefere esittir. her bir seferde asagidaki degerler bulunmaktadir.<br><br>Fisno, Tarih, TesisID, KamyonID, LoaderID, OcakID, MIKTAR, VardiyaID <br><br>örnegin;<br><br>USE BBB<br><br>INSERT INTO SUMO_TESIS1 (FISNO, TARIH, TESIS, KAMYON_KODU, LOADER_KODU, OCAK_DEPO, MIKTAR, DURUM)<br>&nbsp;&nbsp;&nbsp; VALUES('000000000042985','10.26.2009', '9', '103', '206', '100', '34.2', 'A')<br><br>SQLde yukaridaki degerle bir seferin kaydini yapabiliyorum. ayni özellikte 10 sefer yapilmis olsaydi. döngü 10 sefer dönecek herbir döngüde sadece fisno bir artacak, diger bilgiler ayni kalacakti.<br><br>bunun konunu verebilecek arkadas olursa çok memnun olurum. <br><br>simdiden çok tesekkürler...<br><br>]]>
   </description>
   <pubDate>Wed, 28 Oct 2009 13:01:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/sqlde-uretim-kaydi_topic1771_post9881.html#9881</guid>
  </item> 
 </channel>
</rss>