michael.herzhoff at hotmail.de
2009-Mar-24 15:25 UTC
[Rd] Write in Table with Schema (PR#13622)
Full_Name: Michael Version: actual OS: windows Submission from: (NULL) (77.87.228.65) To Save Data to MS SQL Server 2005 i take this function: ok <- sqlSave(write_channel , target_data, tablename="Import.R_Data", append=TRUE, fast=FALSE, safer=TRUE, nastring=NULL, rownames=FALSE); The Table with the name "Import.R_Data" is not writing. It always take "dbo.Import.R_Data". So it is not possible to secure Tables with the roles sucurity. Can you help me? Kind regards Michael