Getting SQL stored procedure results into data.frame format using RODBC

后端 未结 3 2005
感情败类
感情败类 2021-01-20 00:33

I am using the RODBC package to query for results in my SQL server. I have a certain stored procedure written that, when executed in my SQL Server Mgmt. studio (for example)

3条回答
  •  Happy的楠姐
    2021-01-20 00:47

    Also try writing to a new data frame. I kept getting character(0) when I tried to overwrite an existing data frame with the sqlQuery function.

提交回复
热议问题