<?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 a SQL query in jsl results in the update from multiple queries slowing table creation in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Run-a-SQL-query-in-jsl-results-in-the-update-from-multiple/m-p/892216#M105320</link>
    <description>&lt;P&gt;If you're running New SQL Query, you'll want to run it in the foreground&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
obj = New SQL Query(
	Connection( "ODBC:DSN=mydsn" ),
	Select(),
	From( Table( "my_table", Schema( "my_schema" ), Alias( "t1" ) ) )
);
table = obj &amp;lt;&amp;lt; RunForegound;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can also deselect "Run Queries in the Background" in JMP Preferences.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Aug 2025 14:54:58 GMT</pubDate>
    <dc:creator>bryan_boone</dc:creator>
    <dc:date>2025-08-04T14:54:58Z</dc:date>
    <item>
      <title>Run a SQL query in jsl results in the update from multiple queries slowing table creation</title>
      <link>https://community.jmp.com/t5/Discussions/Run-a-SQL-query-in-jsl-results-in-the-update-from-multiple/m-p/889447#M105155</link>
      <description>&lt;P&gt;Hi I'm trying to troubleshoot why when I re-run a SQL script in JSL the result is the updates of different queries before the table is created.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See outputs in print screen&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note the JSL script is producing numerous tables for different attributes. The example shown is for 1 of the tables&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 15:48:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Run-a-SQL-query-in-jsl-results-in-the-update-from-multiple/m-p/889447#M105155</guid>
      <dc:creator>AlbertLesire1</dc:creator>
      <dc:date>2025-07-25T15:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Run a SQL query in jsl results in the update from multiple queries slowing table creation</title>
      <link>https://community.jmp.com/t5/Discussions/Run-a-SQL-query-in-jsl-results-in-the-update-from-multiple/m-p/889457#M105156</link>
      <description>&lt;P&gt;Could you just remove those table scripts? If you are using &lt;STRONG&gt;concatenate&lt;/STRONG&gt; it can MASSIVELY slow down due to the table scripts and this could be happening somewhere with JMP created scripts (not sure though).&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 15:53:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Run-a-SQL-query-in-jsl-results-in-the-update-from-multiple/m-p/889457#M105156</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-07-25T15:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run a SQL query in jsl results in the update from multiple queries slowing table creation</title>
      <link>https://community.jmp.com/t5/Discussions/Run-a-SQL-query-in-jsl-results-in-the-update-from-multiple/m-p/892216#M105320</link>
      <description>&lt;P&gt;If you're running New SQL Query, you'll want to run it in the foreground&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
obj = New SQL Query(
	Connection( "ODBC:DSN=mydsn" ),
	Select(),
	From( Table( "my_table", Schema( "my_schema" ), Alias( "t1" ) ) )
);
table = obj &amp;lt;&amp;lt; RunForegound;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can also deselect "Run Queries in the Background" in JMP Preferences.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 14:54:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Run-a-SQL-query-in-jsl-results-in-the-update-from-multiple/m-p/892216#M105320</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2025-08-04T14:54:58Z</dc:date>
    </item>
  </channel>
</rss>

