<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic EarlyWatch - Expensive SQL Statements help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/earlywatch-expensive-sql-statements-help/m-p/3073659#M728747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to analyze an EWA report and i don't know how exactly can i identify an "expensive SQL statement". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report says: &lt;/P&gt;&lt;P&gt;During this session, the following expensive SQL statements were identified as causing a database load of at least 1%.&lt;/P&gt;&lt;P&gt;The corresponding stored procedure names are referenced in the table below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the table with stored procedure names, a row looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID	Stored Procedure Name&lt;/P&gt;&lt;P&gt;1	##Y4DCWWES7EHY100000053960000254832042037&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does it mean and how can i identify the name of program and the exact statement (probably select) that is causing this problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ondrej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2007 12:20:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-19T12:20:55Z</dc:date>
    <item>
      <title>EarlyWatch - Expensive SQL Statements help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/earlywatch-expensive-sql-statements-help/m-p/3073659#M728747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to analyze an EWA report and i don't know how exactly can i identify an "expensive SQL statement". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report says: &lt;/P&gt;&lt;P&gt;During this session, the following expensive SQL statements were identified as causing a database load of at least 1%.&lt;/P&gt;&lt;P&gt;The corresponding stored procedure names are referenced in the table below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the table with stored procedure names, a row looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID	Stored Procedure Name&lt;/P&gt;&lt;P&gt;1	##Y4DCWWES7EHY100000053960000254832042037&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does it mean and how can i identify the name of program and the exact statement (probably select) that is causing this problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ondrej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 12:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/earlywatch-expensive-sql-statements-help/m-p/3073659#M728747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T12:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: EarlyWatch - Expensive SQL Statements help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/earlywatch-expensive-sql-statements-help/m-p/3073660#M728748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ondrej,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you're running on SQL Server. SAP creates stored procedures for each and every statement run against the database. The name you get seems to be a temporary stored procedure which (if I'm not wrong) is marked by the two # characters at the beginning. You may be still find it in the stored procedures of your system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the Enterprise Manager and open your database, then the stored procedure link (you should run the Enterprise Manager on the server or on a PC with enough RAM). The search for the procedure and double click on it. I think that should show you the SQL statement. There should also the report name is a comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ralph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 18:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/earlywatch-expensive-sql-statements-help/m-p/3073660#M728748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T18:38:13Z</dc:date>
    </item>
  </channel>
</rss>

