<?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 How many VDI running on one Process? SQL Query in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-many-VDI-running-on-one-Process-SQL-Query/m-p/98430#M46201</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I'm looking to create a query which return Number of BOTs running for a given process.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Eg. Process A = 10 Bots running&lt;/P&gt;
&lt;P&gt;is there a way to achieve this via SQL Query from BP dB ?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Mon, 04 Sep 2023 00:12:00 GMT</pubDate>
    <dc:creator>HamzaSiddiq</dc:creator>
    <dc:date>2023-09-04T00:12:00Z</dc:date>
    <item>
      <title>How many VDI running on one Process? SQL Query</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-many-VDI-running-on-one-Process-SQL-Query/m-p/98430#M46201</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I'm looking to create a query which return Number of BOTs running for a given process.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Eg. Process A = 10 Bots running&lt;/P&gt;
&lt;P&gt;is there a way to achieve this via SQL Query from BP dB ?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 00:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-many-VDI-running-on-one-Process-SQL-Query/m-p/98430#M46201</guid>
      <dc:creator>HamzaSiddiq</dc:creator>
      <dc:date>2023-09-04T00:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How many VDI running on one Process? SQL Query</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-many-VDI-running-on-one-Process-SQL-Query/m-p/98431#M46202</link>
      <description>&lt;P&gt;Hi Hamza SIddiq,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;It is definatley possible, but before creating SQL it would be ideal to verify the same capability is present in Blue prism dashboard(Since there are couple of stored procedyre), My guess its not available.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11pt"&gt;The other option is check whether you are able to pull that information from datagateway.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11pt"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11pt"&gt;If none of the above option works I would suggest creating&amp;nbsp; custom stored procedure ( IN general its not recommend to directly connect to Prod Database and querying it&amp;nbsp; will impact the performance of BP)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 03:56:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-many-VDI-running-on-one-Process-SQL-Query/m-p/98431#M46202</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-09-04T03:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: How many VDI running on one Process? SQL Query</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-many-VDI-running-on-one-Process-SQL-Query/m-p/98432#M46203</link>
      <description>&lt;P&gt;Hello, replace the following query with the respective Database, table and process name.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;SELECT COUNT(*) AS RunningBots&lt;/P&gt;
&lt;P&gt;FROM [Database_BP].[dbo].[Audit]&lt;/P&gt;
&lt;P&gt;WHERE ProcessName = 'Name_Process'&lt;/P&gt;
&lt;P&gt;AND Status = 'Running';&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 04:04:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-many-VDI-running-on-one-Process-SQL-Query/m-p/98432#M46203</guid>
      <dc:creator>LeonardoSQueiroz</dc:creator>
      <dc:date>2023-09-04T04:04:04Z</dc:date>
    </item>
  </channel>
</rss>

