【发布时间】:2013-10-14 08:16:22
【问题描述】:
我需要将datatable 发送到sqlserver2012,并将datatable 插入到特定表中。我该怎么做?
(我不想在 C# 中完成这项工作,我想将数据表发送到 sqlserver 并在 sqlserver 中完成这项工作)。我看到了类似的问题,但没有找到我的答案。
Edit:
into sqlserver i want insert datatable rows into a table.
【问题讨论】:
-
Use table valued parameters(从 SQL Server 2008 开始)
-
用 C# 标记,但你不想要 c#!
标签: c# asp.net sql-server-2012