sqlSave function causes R Studio to crash

library(RRWE)
conn<-rweConnect("balakra6")
sample_data<-sqlQuery(conn,"select * from balakra6.sample1")
sample_data
sqlSave(conn,sample_data,table_name = "balakra6.sample2")

where RRWE is a custom library, balakra6 is the database name and sample1 and sample2 are tables

Can anybody help on this? Please let me know if you need any more details

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.