Skip to content
Prev 513 / 1559 Next

problems executing a bulk load with SQL server

On Fri, 7 Nov 2008, Sean O'Riordain wrote:

            
No, that command is being read by SQL Server, not by R.

However, character strings such as file paths in SQL need to be quoted 
under quite a few circumstances, including here.  The lack of quoting is 
the syntax error.

This was quite inappropriate for R-devel and Sean has correctly moved it 
to R-sig-db.  But even here, the issue is about the SQL syntax needed for 
the DBMS and not about R (nor any package that may have be used without 
giving due credit).