Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 excel 表中读取数据并将每一行作为参数传递给存储过程。我添加了 Ole db Source 以从 Excel 获取数据。但那又如何呢?
关于如何做的任何想法?
为包含存储过程的 SQL 数据库添加连接管理器。
将 Excel 中的结果集输入OleDB Data Source到OleDB Command, 并在命令的编辑器中:
OleDB Data Source
OleDB Command
EXEC your_stored_proc ?, ?, ?