<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Database Activities on Virtosoftware Guides &amp; Docs</title><link>https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/database-activities/</link><description>Recent content in Database Activities on Virtosoftware Guides &amp; Docs</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 24 Oct 2024 18:35:29 +0000</lastBuildDate><atom:link href="https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/database-activities/index.xml" rel="self" type="application/rss+xml"/><item><title>Execute SQL Script to Read Data</title><link>https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/database-activities/sql-script-to-read-data/</link><pubDate>Thu, 24 Oct 2024 18:35:29 +0000</pubDate><guid>https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/database-activities/sql-script-to-read-data/</guid><description>&lt;p&gt;This activity executes SQL statements within SharePoint Designer workflows and returns the result back to the workflow.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://pub-a28a5107f8a14f3d8a0272bc4e8c6b62.r2.dev/wp-content/uploads/2024/10/execute_sql_script_to_read_data_1.png" alt="execute_sql_script_to_read_data_1" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Note&lt;/strong&gt;: The default provider is MS SQL Server (System.Data.SqlClient). You can use other providers like ODBC, Oracle, etc.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This activity supports multiple batches separated by the &lt;code&gt;GO&lt;/code&gt; command. &lt;code&gt;GO&lt;/code&gt; is not a Transact-SQL statement; it is a command recognized by this activity. The activity interprets &lt;code&gt;GO&lt;/code&gt; as a signal to send the current batch of Transact-SQL statements to an instance of SQL Server. The current batch of statements includes all statements entered since the last &lt;code&gt;GO&lt;/code&gt;, or since the start of the session if it is the first &lt;code&gt;GO&lt;/code&gt;. A Transact-SQL statement cannot occupy the same line as a &lt;code&gt;GO&lt;/code&gt; command, though the line can contain comments.&lt;/p&gt;</description></item><item><title>Execute SQL Script</title><link>https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/database-activities/execute-sql-script/</link><pubDate>Thu, 24 Oct 2024 18:35:17 +0000</pubDate><guid>https://docs-hugo-4dl.pages.dev/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/database-activities/execute-sql-script/</guid><description>&lt;p&gt;This activity executes SQL statements within SharePoint Designer workflows.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://pub-a28a5107f8a14f3d8a0272bc4e8c6b62.r2.dev/wp-content/uploads/2024/10/execute_sql_script_1.png" alt="execute_sql_script_1" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Note&lt;/strong&gt;: The default provider is MS SQL Server (System.Data.SqlClient). You can use other providers like ODBC or Oracle.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The activity supports multiple batches separated by the &lt;code&gt;GO&lt;/code&gt; command. &lt;code&gt;GO&lt;/code&gt; is not a Transact-SQL statement; it is a command recognized by this activity. The activity interprets &lt;code&gt;GO&lt;/code&gt; as a signal to send the current batch of Transact-SQL statements to an instance of SQL Server. The current batch of statements includes all statements entered since the last &lt;code&gt;GO&lt;/code&gt; or since the start of the session if it is the first &lt;code&gt;GO&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>