SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 64434: Saving a Microsoft SQL Server table within SAS® Cloud Analytic Services takes longer than expected

DetailsHotfixAboutRate It

When you save a Microsoft SQL Server table that is loaded in CAS, the Save operation takes longer than expected. The table might initially load into CAS within seconds. However, any subsequent Save action for the same table can take minutes.

A workaround exists in programming environments like SAS® Studio. It requires both a caslib and a SAS library that are defined for the same Microsoft SQL Server source. 

The following syntax demonstrates this workaround. Note that you already need to have a CAS session and have assigned the appropriate caslib. Also, you need to set the appropriate connection options for the LIBNAME statement:

libname saslib sqlsvr connection-options ;
proc delete data=saslib.table-name ;
run ;
data saslib.table-name ;
   set caslib.table-name ;
run;

Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Data Connector to Microsoft SQL ServerLinux for x64V.03.04V.03.05ViyaViya
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.