<?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: Get Messages from SQL database server to Blueprism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Get-Messages-from-SQL-database-server-to-Blueprism/m-p/51047#M6178</link>
    <description>Hi RPA Guy ​I am trying to create a robot there is checking sql server and database to see if everything is ok.&lt;BR /&gt;Sending a check to see if Blueprism database is ok&lt;BR /&gt;&lt;BR /&gt;Example dbcc checkdb&lt;BR /&gt;&lt;BR /&gt;then you will get the answer in sql server page messages&amp;nbsp;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25878.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/26010i01393F0EA07D4271/image-size/large?v=v2&amp;amp;px=999" role="button" title="25878.png" alt="25878.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
I have no access to the sql database and it would be nice to confirm database is ok before running the robots.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kristian Holm&lt;BR /&gt;RPA programmer&lt;BR /&gt;PenSam (Pension Company)&lt;BR /&gt;Copenhagen Denmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Dec 2020 08:13:00 GMT</pubDate>
    <dc:creator>KristianHolm1</dc:creator>
    <dc:date>2020-12-07T08:13:00Z</dc:date>
    <item>
      <title>Get Messages from SQL database server to Blueprism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Messages-from-SQL-database-server-to-Blueprism/m-p/51044#M6175</link>
      <description>​Hi Blueprism team&lt;BR /&gt;&lt;BR /&gt;Can you get Messages from the sql server you are connected to after running a sql script to Blueprism using VBA script.?&lt;BR /&gt;&lt;BR /&gt;se attached file for more information.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kristian Holm&lt;BR /&gt;RPA programmer&lt;BR /&gt;PenSam (Pension Company)&lt;BR /&gt;Copenhagen Denmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2020 13:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Messages-from-SQL-database-server-to-Blueprism/m-p/51044#M6175</guid>
      <dc:creator>KristianHolm1</dc:creator>
      <dc:date>2020-12-04T13:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get Messages from SQL database server to Blueprism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Messages-from-SQL-database-server-to-Blueprism/m-p/51045#M6176</link>
      <description>What are you looking to achieve by getting those messages? Usually it just says the number of rows affected, which you can calculate yourself. If it's a SELECT statement, then you can count the # of rows returned. If it's an UPDATE statement, you can just run a SELECT statement before hand with the same WHERE clause or w/e in order to determine how many rows will be affected and then run the UPDATE. In any case, I feel like those are SSMS-specific messages that it separately calculates. When you execute a SQL Server query, I imagine SSMS messages wouldn't be involved at all.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2020 15:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Messages-from-SQL-database-server-to-Blueprism/m-p/51045#M6176</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2020-12-04T15:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get Messages from SQL database server to Blueprism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Messages-from-SQL-database-server-to-Blueprism/m-p/51046#M6177</link>
      <description>To add to Dave's answer, there should be a Get Records Affected page within the Data - SQL Server object that will execute a statement and return the number rows it affected.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2020 21:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Messages-from-SQL-database-server-to-Blueprism/m-p/51046#M6177</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-12-04T21:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get Messages from SQL database server to Blueprism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Messages-from-SQL-database-server-to-Blueprism/m-p/51047#M6178</link>
      <description>Hi RPA Guy ​I am trying to create a robot there is checking sql server and database to see if everything is ok.&lt;BR /&gt;Sending a check to see if Blueprism database is ok&lt;BR /&gt;&lt;BR /&gt;Example dbcc checkdb&lt;BR /&gt;&lt;BR /&gt;then you will get the answer in sql server page messages&amp;nbsp;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25878.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/26010i01393F0EA07D4271/image-size/large?v=v2&amp;amp;px=999" role="button" title="25878.png" alt="25878.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
I have no access to the sql database and it would be nice to confirm database is ok before running the robots.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kristian Holm&lt;BR /&gt;RPA programmer&lt;BR /&gt;PenSam (Pension Company)&lt;BR /&gt;Copenhagen Denmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Dec 2020 08:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Messages-from-SQL-database-server-to-Blueprism/m-p/51047#M6178</guid>
      <dc:creator>KristianHolm1</dc:creator>
      <dc:date>2020-12-07T08:13:00Z</dc:date>
    </item>
  </channel>
</rss>

