<?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: Sql Server Table hang in SAS DI in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Sql-Server-Table-hang-in-SAS-DI/m-p/870482#M20699</link>
    <description>When a SQL Server table hangs in SAS Data Integration Studio, it can be due to a number of reasons. Here are some steps you can take to troubleshoot the issue:&lt;BR /&gt;&lt;BR /&gt;Check the SAS log: The SAS log may provide more information about the error or issue causing the table to hang. Check the log for any error messages or warnings related to the SQL Server table.&lt;BR /&gt;&lt;BR /&gt;Verify the connection: Ensure that the connection to the SQL Server is valid and working properly. You can do this by testing the connection in the SAS DI Studio Connection Manager.&lt;BR /&gt;&lt;BR /&gt;Check the SQL Server: Check the SQL Server to ensure that it is running properly and that the table is not locked or being accessed by another process.&lt;BR /&gt;&lt;BR /&gt;Increase the timeout: If the table is taking too long to load, you can increase the timeout value in the SAS DI Studio job properties. This will give the table more time to load before timing out.&lt;BR /&gt;&lt;BR /&gt;Optimize the query: If the query being used to load the table is inefficient, it can cause the table to hang. Optimize the query to improve its performance.&lt;BR /&gt;&lt;BR /&gt;Consider partitioning: If the table is very large, consider partitioning it to improve performance. This will split the table into smaller sections that can be loaded more quickly and efficiently.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rachel Gomez</description>
    <pubDate>Wed, 19 Apr 2023 06:01:14 GMT</pubDate>
    <dc:creator>RacheLGomez123</dc:creator>
    <dc:date>2023-04-19T06:01:14Z</dc:date>
    <item>
      <title>Sql Server Table hang in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Sql-Server-Table-hang-in-SAS-DI/m-p/868134#M20691</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created one di&amp;nbsp; job having data is &lt;STRONG&gt;541&lt;/STRONG&gt; rows and used &lt;STRONG&gt;extracting&lt;/STRONG&gt; and &lt;STRONG&gt;table_loader&lt;/STRONG&gt; transformation for storing the data into target table which is in &lt;STRONG&gt;SQL Server.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;But now it's hanging in table loader and we are unable to find the error and solution. I have attached a screenshot for your reference.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shakti_Sourav_0-1680673661652.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82332iE2E61AF38D8EBABB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shakti_Sourav_0-1680673661652.png" alt="Shakti_Sourav_0-1680673661652.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You&lt;/P&gt;
&lt;P&gt;Shakti Sourav&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 05:49:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Sql-Server-Table-hang-in-SAS-DI/m-p/868134#M20691</guid>
      <dc:creator>Shakti_Sourav</dc:creator>
      <dc:date>2023-04-05T05:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sql Server Table hang in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Sql-Server-Table-hang-in-SAS-DI/m-p/868149#M20692</link>
      <description>&lt;P&gt;There is a warning in Extract. What is that?&lt;/P&gt;
&lt;P&gt;If not done so already, make the target of the Extract a table instead of a view - this will amke it easier to understand where and why you have problems in your job.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Sql-Server-Table-hang-in-SAS-DI/m-p/868149#M20692</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-04-05T07:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sql Server Table hang in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Sql-Server-Table-hang-in-SAS-DI/m-p/870482#M20699</link>
      <description>When a SQL Server table hangs in SAS Data Integration Studio, it can be due to a number of reasons. Here are some steps you can take to troubleshoot the issue:&lt;BR /&gt;&lt;BR /&gt;Check the SAS log: The SAS log may provide more information about the error or issue causing the table to hang. Check the log for any error messages or warnings related to the SQL Server table.&lt;BR /&gt;&lt;BR /&gt;Verify the connection: Ensure that the connection to the SQL Server is valid and working properly. You can do this by testing the connection in the SAS DI Studio Connection Manager.&lt;BR /&gt;&lt;BR /&gt;Check the SQL Server: Check the SQL Server to ensure that it is running properly and that the table is not locked or being accessed by another process.&lt;BR /&gt;&lt;BR /&gt;Increase the timeout: If the table is taking too long to load, you can increase the timeout value in the SAS DI Studio job properties. This will give the table more time to load before timing out.&lt;BR /&gt;&lt;BR /&gt;Optimize the query: If the query being used to load the table is inefficient, it can cause the table to hang. Optimize the query to improve its performance.&lt;BR /&gt;&lt;BR /&gt;Consider partitioning: If the table is very large, consider partitioning it to improve performance. This will split the table into smaller sections that can be loaded more quickly and efficiently.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rachel Gomez</description>
      <pubDate>Wed, 19 Apr 2023 06:01:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Sql-Server-Table-hang-in-SAS-DI/m-p/870482#M20699</guid>
      <dc:creator>RacheLGomez123</dc:creator>
      <dc:date>2023-04-19T06:01:14Z</dc:date>
    </item>
  </channel>
</rss>

