MS-SQL Bulk Insert with RODBC

前端 未结 6 1767
南方客
南方客 2020-12-18 03:10

Is it possible to perform a bulk insert into an MS-SQL Server (2000, 2005, 2008) using the RODBC package?

I know that I can do this using freebcp, but I\'m curious i

6条回答
  •  温柔的废话
    2020-12-18 03:33

    You're probably looking for ?sqlSave which uses a parametrized INSERT INTO query (taking place in one operation) when you set Fast=True.

提交回复
热议问题