<?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: Data synchronization between SAS library and SQL Server schema in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937159#M28772</link>
    <description>&lt;P&gt;You &amp;amp; your DBA may need to read this SAS Online documentation&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/lrcon/9.4/p0ji1unv6thm0dn1gp4t01a1u0g6.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/lrcon/9.4/p0ji1unv6thm0dn1gp4t01a1u0g6.htm&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;plus these papers&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Proc FEDSQL:&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings15/3390-2015.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings15/3390-2015.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Proc DS2:&amp;nbsp;&lt;A href="https://www.lexjansen.com/wuss/2022/WUSS-2022-Paper-159.pdf" target="_blank"&gt;https://www.lexjansen.com/wuss/2022/WUSS-2022-Paper-159.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings18/2160-2018.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings18/2160-2018.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Please note, while the above allows you to utilize larger set of data types, once you are trying to save the data into a SAS 9.4 data set file format (*.sas7bdat), only two data types would be supported (number (8 byte), char)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 17:42:00 GMT</pubDate>
    <dc:creator>AhmedAl_Attar</dc:creator>
    <dc:date>2024-07-25T17:42:00Z</dc:date>
    <item>
      <title>Data synchronization between SAS library and SQL Server schema</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937154#M28770</link>
      <description>&lt;P&gt;We have limited disk space on our SAS94 Windows Server 2019 but lots more space on a SQL Server 2019 instance connected using ODBC. I have started writing a utility to compare metadata and record counts but may need something to ensure data integrity of large numerics. Our DBA is complaining that SAS94 defaults to float[8] and we should use int or bigint.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone got anything already?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The intention is to load SAS master data into SQL tables which are read or copied back by SAS when needed. Data versioning seems easier on SQL Server.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 17:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937154#M28770</guid>
      <dc:creator>Acf2</dc:creator>
      <dc:date>2024-07-25T17:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data synchronization between SAS library and SQL Server schema</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937156#M28771</link>
      <description>&lt;P&gt;SAS numbers are 8-byte real, and nothing else. If you want to use the database to accommodate SAS data, it has to use float(8).&lt;/P&gt;
&lt;P&gt;Be aware that offloading the data to a remote database might cause serious performance penalties unless you can also push the processing into the DB.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 17:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937156#M28771</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-07-25T17:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data synchronization between SAS library and SQL Server schema</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937159#M28772</link>
      <description>&lt;P&gt;You &amp;amp; your DBA may need to read this SAS Online documentation&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/lrcon/9.4/p0ji1unv6thm0dn1gp4t01a1u0g6.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/lrcon/9.4/p0ji1unv6thm0dn1gp4t01a1u0g6.htm&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;plus these papers&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Proc FEDSQL:&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings15/3390-2015.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings15/3390-2015.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Proc DS2:&amp;nbsp;&lt;A href="https://www.lexjansen.com/wuss/2022/WUSS-2022-Paper-159.pdf" target="_blank"&gt;https://www.lexjansen.com/wuss/2022/WUSS-2022-Paper-159.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings18/2160-2018.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings18/2160-2018.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Please note, while the above allows you to utilize larger set of data types, once you are trying to save the data into a SAS 9.4 data set file format (*.sas7bdat), only two data types would be supported (number (8 byte), char)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 17:42:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937159#M28772</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2024-07-25T17:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data synchronization between SAS library and SQL Server schema</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937267#M28785</link>
      <description>&lt;P&gt;Thanks for pointing me to the FedSQL paper - very useful reference. proc sql _method lets me look under the covers when testing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 15:09:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937267#M28785</guid>
      <dc:creator>Acf2</dc:creator>
      <dc:date>2024-07-26T15:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data synchronization between SAS library and SQL Server schema</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937269#M28786</link>
      <description>&lt;P&gt;The intention is to add data change control which seems more manageable in SQL Server using change tracking. Also, a lot of the data might benefit from partitions - concatenating multiple periods using SQL views for time series analysis. SQL Server seems to have better view performance than SAS but it is more difficult to measure.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 15:18:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937269#M28786</guid>
      <dc:creator>Acf2</dc:creator>
      <dc:date>2024-07-26T15:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data synchronization between SAS library and SQL Server schema</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937276#M28787</link>
      <description>&lt;P&gt;I forgot to mention that int[] is sufficient for most of our numeric data. We have some key fields stored as long integers which we will store as character in SQL .&lt;/P&gt;
&lt;P&gt;Since much of this data is used for modelling, the users have agreed that numeric precision is not a priority compared with storage capacity.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 15:35:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Data-synchronization-between-SAS-library-and-SQL-Server-schema/m-p/937276#M28787</guid>
      <dc:creator>Acf2</dc:creator>
      <dc:date>2024-07-26T15:35:25Z</dc:date>
    </item>
  </channel>
</rss>

