摘要:
1、有datatable数据集 dt 一个集合2、mssql 数据表 table1 字段 title、url、createtime现在需要将dt中的数据批量插入的表table1中 不知如何操作?求牛哥 帮忙……解决方案:存储过程Create Type PassportTableType as Table(Title varchar(100),Director varchar(100),DateReleased varchar(100))goCreate PROCEDURE [dbo].[CreateInsert]@Ins PassportTableType readonlyASBEGINSE. 阅读全文