<?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 : sthar irsaliye_no alani sorgu uzunlugu</title>
  <link>http://www.erpne.org/</link>
  <description><![CDATA[XML içerik linki; ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : ERP &#350;ikayetleri ve Di&#287;er Sorular : sthar irsaliye_no alani sorgu uzunlugu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 17:40:28 +0000</pubDate>
  <lastBuildDate>Tue, 18 Nov 2008 15:32:01 +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=1217</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[sthar irsaliye_no alani sorgu uzunlugu : 2 dakikanin &#252;zerinde s&#252;r&#252;yor indexli...]]></title>
   <link>http://www.erpne.org/sthar-irsaliye-no-alani-sorgu-uzunlugu_topic1217_post7208.html#7208</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2">Misafir</a><br /><strong>Konu:</strong> 1217<br /><strong>Gönderim Zamanı:</strong> 18&nbsp;Kasım&nbsp;2008 Saat 15:32<br /><br />2 dakikanin üzerinde sürüyor indexli alanlari kullandigim halde bende dedim ki bir insert trigger yazayim ve baska bir database deki tabloya kayit yaptirayim. <br><br>USE &#091;DATA&#093;<br>SET ANSI_NULLS OFF<br>GO<br>SET QUOTED_IDENTIFIER OFF<br>GO<br>ALTER&nbsp; TRIGGER &#091;dbo&#093;.&#091;NTR_NETDATASTHARI&#093; ON &#091;dbo&#093;.&#091;TBLSTHAR&#093; FOR INSERT<br>AS<br>BEGIN<br>SET LOCK_TIMEOUT 1000000;<br>SET NOCOUNT ON<br>INSERT INTO NETDATA..TBLDEPOCIKIS(FISNO, ADET, ISEMRINO, STOK_KODU, KSIRA, GCKOD, DEPO_KODU)<br>SELECT FISNO, STHAR_GCMIK, IRSALIYE_NO, STOK_KODU, SIRA, STHAR_GCKOD, DEPO_KODU FROM INSERTED WITH(NOLOCK) WHERE STHAR_HTUR='B'<br>SET LOCK_TIMEOUT -1;<br>END<br><br><br>depo transferde kalem kaydini giriyorum bir problem yok ve gerekli kaydida trigger la kayit ediyor ama depo transferi tamamlamak için tamam dedigimde kalem tablodan okunamadi hatasi aliyorum. yardiminizi bekilyorum. iyi çalismalar<br>]]>
   </description>
   <pubDate>Tue, 18 Nov 2008 15:32:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/sthar-irsaliye-no-alani-sorgu-uzunlugu_topic1217_post7208.html#7208</guid>
  </item> 
  <item>
   <title><![CDATA[sthar irsaliye_no alani sorgu uzunlugu : A&#231;ik&#231;asi bir ka&#231; Index alanida...]]></title>
   <link>http://www.erpne.org/sthar-irsaliye-no-alani-sorgu-uzunlugu_topic1217_post7204.html#7204</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 1217<br /><strong>Gönderim Zamanı:</strong> 18&nbsp;Kasım&nbsp;2008 Saat 08:54<br /><br />Açikçasi bir kaç Index alanida kullanmissin, ne kadar sürüyor?<DIV>Çok Çok uzun degil ise Timeout süresi ni de artirabilirsin.</DIV>]]>
   </description>
   <pubDate>Tue, 18 Nov 2008 08:54:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/sthar-irsaliye-no-alani-sorgu-uzunlugu_topic1217_post7204.html#7204</guid>
  </item> 
  <item>
   <title><![CDATA[sthar irsaliye_no alani sorgu uzunlugu : Close; SQL.Clear; SQL.Add(&amp;#039;SELECT...]]></title>
   <link>http://www.erpne.org/sthar-irsaliye-no-alani-sorgu-uzunlugu_topic1217_post7203.html#7203</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2">Misafir</a><br /><strong>Konu:</strong> 1217<br /><strong>Gönderim Zamanı:</strong> 18&nbsp;Kasım&nbsp;2008 Saat 08:32<br /><br />Close;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Clear;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('SELECT FISNO, SUM(STHAR_GCMIK) AS STHAR_GCMIK, IRSALIYE_NO FROM TBLSTHAR WITH(NOLOCK)');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('WHERE');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('FISNO LIKE '''+'D'+'%''');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('AND');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('IRSALIYE_NO=' + QuotedStr(isemrino) + '');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('AND');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('STHAR_GCKOD=' + QuotedStr('C') + '');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('AND');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('STHAR_HTUR=' + QuotedStr('B') + '');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('AND');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('STHAR_FTIRSIP=' + QuotedStr('8') + '');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('AND');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('STHAR_BGTIP=' + QuotedStr('I') + '');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('AND');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('IRSALIYE_NO IS NOT NULL');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL.Add('GROUP BY IRSALIYE_NO, FISNO');<br><br>Conari hocam bu kadar kisitla bile çok uzun sürede geliyor. <br>]]>
   </description>
   <pubDate>Tue, 18 Nov 2008 08:32:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/sthar-irsaliye-no-alani-sorgu-uzunlugu_topic1217_post7203.html#7203</guid>
  </item> 
  <item>
   <title><![CDATA[sthar irsaliye_no alani sorgu uzunlugu : Bir ka&#231; kisit daha verebilirsiniz. Mesela...]]></title>
   <link>http://www.erpne.org/sthar-irsaliye-no-alani-sorgu-uzunlugu_topic1217_post7202.html#7202</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 1217<br /><strong>Gönderim Zamanı:</strong> 18&nbsp;Kasım&nbsp;2008 Saat 08:07<br /><br />Bir kaç kisit daha verebilirsiniz.<DIV>Mesela </DIV><DIV>sthar_gckod='C' veya 'G' giris hareketimi, çikis hareketemi</DIV><DIV>&nbsp;</DIV><DIV>veya sthar_htur='J' fatura veya 'H' irsaliye , 'B' depo transferi gibi.</DIV>]]>
   </description>
   <pubDate>Tue, 18 Nov 2008 08:07:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/sthar-irsaliye-no-alani-sorgu-uzunlugu_topic1217_post7202.html#7202</guid>
  </item> 
  <item>
   <title><![CDATA[sthar irsaliye_no alani sorgu uzunlugu : s.a. degerli arkadaslar,  Depo...]]></title>
   <link>http://www.erpne.org/sthar-irsaliye-no-alani-sorgu-uzunlugu_topic1217_post7201.html#7201</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2">Misafir</a><br /><strong>Konu:</strong> 1217<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Kasım&nbsp;2008 Saat 23:43<br /><br />s.a. degerli arkadaslar, <br><br>&nbsp; Depo çikislarini dep transferle yapiyoruz. Fakat sthar tablosunda 1,5 milyon satir kadar bilgi mevcut. irsaliye no alani ile verdigim sql kisitinda sorgunun cevabi çok uzun sürüyor ve çogu zaman timeout düsüyor. Bunun ile ilgili ne yapabilirim. Saygilarimla<br>]]>
   </description>
   <pubDate>Mon, 17 Nov 2008 23:43:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/sthar-irsaliye-no-alani-sorgu-uzunlugu_topic1217_post7201.html#7201</guid>
  </item> 
 </channel>
</rss>