<?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 Here is the query screenshot. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91753#M41700</link>
    <description>Here is the query screenshot.</description>
    <pubDate>Thu, 16 May 2019 12:34:00 GMT</pubDate>
    <dc:creator>Hemachanderrao</dc:creator>
    <dc:date>2019-05-16T12:34:00Z</dc:date>
    <item>
      <title>SQL Qurey to get the Blue Prism License information</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91749#M41696</link>
      <description>Folks,

Any one has a SQL query or anything to get the details of the License info like the start date, end date etc.</description>
      <pubDate>Tue, 14 May 2019 22:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91749#M41696</guid>
      <dc:creator>VinodGudupudi</dc:creator>
      <dc:date>2019-05-14T22:49:00Z</dc:date>
    </item>
    <item>
      <title>Generally, you can retrieveâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91750#M41697</link>
      <description>Generally, you can retrieve the license information from the Blue Prism System Manager by navigating through the following pathway
Blue Prism &amp;gt; System &amp;gt; License Â&amp;nbsp;
When the license key is installed, the BPALicense table retains the license information with the installation date and does not include further information such as the start date, end date.Â&amp;nbsp;</description>
      <pubDate>Wed, 15 May 2019 06:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91750#M41697</guid>
      <dc:creator>jegendra</dc:creator>
      <dc:date>2019-05-15T06:33:00Z</dc:date>
    </item>
    <item>
      <title>Hi gudupv2,
There is a tableâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91751#M41698</link>
      <description>Hi gudupv2,
There is a table on the BP DB that stores some licence info as well but there's not much there.
dbo.BPALicense</description>
      <pubDate>Wed, 15 May 2019 07:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91751#M41698</guid>
      <dc:creator>BenKirimlidis</dc:creator>
      <dc:date>2019-05-15T07:42:00Z</dc:date>
    </item>
    <item>
      <title>Hi,Â 
Blue Prism does notâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91752#M41699</link>
      <description>Hi,Â&amp;nbsp;
Blue Prism does not recommend direct queries on the database. However, you could use the attached queryÂ&amp;nbsp;to get the information you need.
Â&amp;nbsp;
Â&amp;nbsp;
Â&amp;nbsp;</description>
      <pubDate>Thu, 16 May 2019 12:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91752#M41699</guid>
      <dc:creator>Hemachanderrao</dc:creator>
      <dc:date>2019-05-16T12:33:00Z</dc:date>
    </item>
    <item>
      <title>Here is the query screenshot.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91753#M41700</link>
      <description>Here is the query screenshot.</description>
      <pubDate>Thu, 16 May 2019 12:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91753#M41700</guid>
      <dc:creator>Hemachanderrao</dc:creator>
      <dc:date>2019-05-16T12:34:00Z</dc:date>
    </item>
    <item>
      <title>@Hemachanderrao
You areâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91754#M41701</link>
      <description>@Hemachanderrao
You are correct. Good catch and thank you for pointing it out. In my reply above I recommened queryingÂ&amp;nbsp;the Database (DB) butÂ&amp;nbsp;I forgot to specify to only query a mirror of the SQL database, not the actual production DB directly.
Querying a PROD DB is never best practice and could create problems, instead it is best to have a copy of the PROD database (called a Mirror) that stores a copy of all the same data as the PROD DB, backed up periodically or triggered by certain events.
A mirror DB can be queried without ever worrying about impacteding production services.Â&amp;nbsp; Hermachanderrao was absolutely right to say not to query the DB directly.Â&amp;nbsp; I left left out the part about only querying the mirror.Â&amp;nbsp; Thank you for catchgin that, someone could have read my message and created problems for themselves.
Kind regards,
Ben</description>
      <pubDate>Fri, 17 May 2019 17:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SQL-Qurey-to-get-the-Blue-Prism-License-information/m-p/91754#M41701</guid>
      <dc:creator>BenKirimlidis</dc:creator>
      <dc:date>2019-05-17T17:11:00Z</dc:date>
    </item>
  </channel>
</rss>

