<?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 Re: .NET Framework Windows Service and SQL Statements in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273535#M36126</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would say:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Deep monitoring enabled + process restarted.&lt;/LI&gt;&lt;LI&gt;Database framework supported.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Wed, 26 Mar 2025 14:10:06 GMT</pubDate>
    <dc:creator>AntonPineiro</dc:creator>
    <dc:date>2025-03-26T14:10:06Z</dc:date>
    <item>
      <title>.NET Framework Windows Service and SQL Statements</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273514#M36123</link>
      <description>&lt;P&gt;I have a .NET Framework windows service with Deep Monitoring. Basically this windows service retrieve messages from a MSMQ queue and saves a record in a SQL Server database.&lt;/P&gt;&lt;P&gt;I can find traces originated from this process group while consuming messages from queue, but i can't find the SQL statements that are being sent to the target the database, like I would see if it was an application hosted in IIS, for example.&lt;/P&gt;&lt;P&gt;Any idea why the SQL&amp;nbsp; statements are not being collected inside a windows service that has Deep monitoring?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 20:37:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273514#M36123</guid>
      <dc:creator>bruno_camara</dc:creator>
      <dc:date>2025-03-25T20:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Framework Windows Service and SQL Statements</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273535#M36126</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would say:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Deep monitoring enabled + process restarted.&lt;/LI&gt;&lt;LI&gt;Database framework supported.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 14:10:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273535#M36126</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2025-03-26T14:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Framework Windows Service and SQL Statements</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273555#M36128</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58682"&gt;@AntonPineiro&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding 1, checked.&lt;/P&gt;&lt;P&gt;Regarding 2, could you please provide the link where you get that table?&amp;nbsp;&lt;/P&gt;&lt;P&gt;The windows service that is beinf deep monitored was build tartgeting .NET Framework v4.8, and is using vanilla ADO.NET to communicate with the database.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When hosting a service in IIS, targeting the same .NET framework, and using ADO.NET, we can see the statements being collected. In case of the windows service, we cannot. So, there's something here that I might be missing.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 10:22:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273555#M36128</guid>
      <dc:creator>bruno_camara</dc:creator>
      <dc:date>2025-03-26T10:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Framework Windows Service and SQL Statements</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273590#M36132</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have just edited my before comment because table was not correct.&amp;nbsp;&lt;SPAN&gt;ADO.NET is supported, you can see it &lt;A title="here" href="https://docs.dynatrace.com/docs/shortlink/section-technology-support#net" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AntonPineiro_0-1742998294313.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27208i7963971E5FB1C2A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AntonPineiro_0-1742998294313.png" alt="AntonPineiro_0-1742998294313.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 14:11:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273590#M36132</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2025-03-26T14:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Framework Windows Service and SQL Statements</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273597#M36133</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/87876"&gt;@bruno_camara&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Sometimes the automatic instrumentation does not work. In this case I always try to use custom service detection to see missing requests and database calls.&lt;/P&gt;&lt;P&gt;But in your case maybe there is another issue if you can see the call details in the trace expect the database calls.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;János&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 15:26:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273597#M36133</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2025-03-26T15:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Framework Windows Service and SQL Statements</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273626#M36136</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I didn't know about Custom Service Identification. It seems exactly what I need, since I want to see instances of windows service as "Services" in Dynatrace lingo. I'm gonna try to define the custom service (entry point and methods)&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 19:17:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273626#M36136</guid>
      <dc:creator>bruno_camara</dc:creator>
      <dc:date>2025-03-26T19:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Framework Windows Service and SQL Statements</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273793#M36162</link>
      <description>&lt;P&gt;I just want to confirm that I managed to monitor the database calls inside the windows service, by using a custom servide definition as suggested by&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47783"&gt;@Mizső&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all your help.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 08:42:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/NET-Framework-Windows-Service-and-SQL-Statements/m-p/273793#M36162</guid>
      <dc:creator>bruno_camara</dc:creator>
      <dc:date>2025-03-28T08:42:41Z</dc:date>
    </item>
  </channel>
</rss>

