<?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: Run SQL Server job from Qlikview script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877447#M990510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm no SQL Server expert, but I seem to remember that just about anything related to managing a SQL Server instance is done with stored procedures. The UI simply executes the stored procedures in the background. But they can be executed directly too. See for example &lt;A href="https://msdn.microsoft.com/en-us/library/ms186757.aspx" title="https://msdn.microsoft.com/en-us/library/ms186757.aspx"&gt;sp_start_job (Transact-SQL)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 12:22:12 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-07-15T12:22:12Z</dc:date>
    <item>
      <title>Run SQL Server job from Qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877441#M990504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, does anyone knows if it's possible to run SQL Server job directly from Qlikview script?&lt;/P&gt;&lt;P&gt;If it's possible, how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 10:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877441#M990504</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2015-07-15T10:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Run SQL Server job from Qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877442#M990505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can execute SQL Server stored procedures from the qlikview script using the SQL EXECUTE keywords. See this discussion for example: &lt;A href="https://community.qlik.com/message/701657"&gt;Re: Ho to execute a Store Procedure in Qlikview&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask your local friendly SQL Server database administrator for help if necessary, for example for the correct credentials needed to run the stored procedure. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 10:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877442#M990505</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-15T10:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Run SQL Server job from Qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877443#M990506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert.&lt;/P&gt;&lt;P&gt;Yeah, I know how to run stored procedures from Qlikview.&lt;/P&gt;&lt;P&gt;The question is:&lt;/P&gt;&lt;P&gt;1. if it's possible to run SQL Job consisting of several steps from Qlikview as well&lt;/P&gt;&lt;P&gt;2. if it's possible to run stored procedure that not only selects but also updates/deletes something from SQL database, when qlikview connection is to "mirror" database which is read-only. Probably not... &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 10:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877443#M990506</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2015-07-15T10:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Run SQL Server job from Qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877444#M990507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. You can create stored procedures to run jobs: &lt;A href="https://www.mssqltips.com/sqlservertip/3052/simple-way-to-create-a-sql-server-job-using-tsql/" title="https://www.mssqltips.com/sqlservertip/3052/simple-way-to-create-a-sql-server-job-using-tsql/"&gt;Simple way to create a SQL Server Job Using T-SQL&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;2. You can execute stored procedures that update, delete etc in the SQL Server database. But only if you have the credentials that allow that. If you only have read-only access then obviously you can only read. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 10:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877444#M990507</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-15T10:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Run SQL Server job from Qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877445#M990508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, that's right, I didn't think about creating a stored procedure that runs job.&lt;/P&gt;&lt;P&gt;Great, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 10:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877445#M990508</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2015-07-15T10:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Run SQL Server job from Qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877446#M990509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked at the link you've provided - "Simple way to create a SQL Server Job Using T-SQL".&lt;/P&gt;&lt;P&gt;As I understand, what's described there is the way to create a scheduled job using T-SQL instead of creating it via SSMS GUI. So it just creates the job that will still run on it's SQL Server schedule.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;What I meant was to create an SQL Server job (doesn't matter how - via GUI or this stored &lt;/SPAN&gt;procedure&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; described in the link) but NOT schedule it there because I want to run it from Qlikview reload script directly. Is that possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877446#M990509</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2015-07-15T12:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run SQL Server job from Qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877447#M990510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm no SQL Server expert, but I seem to remember that just about anything related to managing a SQL Server instance is done with stored procedures. The UI simply executes the stored procedures in the background. But they can be executed directly too. See for example &lt;A href="https://msdn.microsoft.com/en-us/library/ms186757.aspx" title="https://msdn.microsoft.com/en-us/library/ms186757.aspx"&gt;sp_start_job (Transact-SQL)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877447#M990510</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-15T12:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Run SQL Server job from Qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877448#M990511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;Thanks again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-SQL-Server-job-from-Qlikview-script/m-p/877448#M990511</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2015-07-15T12:28:13Z</dc:date>
    </item>
  </channel>
</rss>

