Displaying 2 results from an estimated 2 matches for "cdcs".
Did you mean:
ccs
2003 Oct 13
0
Re: Migrating Windows NT Environments to Linux
...problem we run a scripts before migrating data
>that changed any member in the Builtin group to a more useful name we used
>the ResourceKit command "subinacl".
> We try to use Robocopy for the data-transfer with this options "robocopy "j:" "f:\pilot\sthv0016\cdcs" /copy:datsou /mir /r:0 /ns /nc /nfl
>/ndl /log:f:\pilot\roblog_xxx.txt /tee",
>the mirror (mir) function in robocopy seems not to work when copying to
>Linux though.
>
>
>- Another issue is the Local Group handling.
>
>For our company it seems that the "N...
2008 Oct 17
0
Excessive query time running R-RODBC against SQL Server
...0K rows, of which the query being run
should return ~78K.
Table being queried has 142 columns, of which all but 5 are type float. The
other 5 are nvarchar(255)
No indices or keys - one flat table
No UPDATEs, INSERTs, just SELECT
R code looks like this:
him <- odbcConnect("HIM", "CDCS", "")
FAC <- sqlQuery(him, "Select * from T304 where f133=1")
If the DSN used points to SQL Server, the query seems to hang, though I
could see in Task Manager that the R process grows, and uses most of one
CPU. I killed R after 5 minutes of waiting. (If I use sqlFetch...