Copy from one database table to another C#

前端 未结 5 707
情话喂你
情话喂你 2021-01-02 10:03

Using C# (vs2005) I need to copy a table from one database to another. Both database engines are SQL Server 2005. For the remote database, the source, I only have execute ac

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-02 10:47

    Bulk Copy feature of ADO.NET might help you take a look at that :

    MSDN - Multiple Bulk Copy Operations (ADO.NET)

    An example article

提交回复
热议问题