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 检索到 SQL Server 数据库很常见。
假设我从 Excel 中选择了 4 列数据,并将这些数据复制到剪贴板。
问:如何生成一个有 4 列(可以是所有字符)的表(临时或正常)?
这种想法从根本上是有缺陷的。Excel 是一种客户端应用程序,其中用户界面是应用程序,而 SQL Server是一种服务器类型的应用程序,其中 SQL 管理工作室是作为促进者提供的,而不是应用程序本身固有的。
您可以使用 CLR 存储过程来访问剪贴板是合理的,但我建议您不要这样做。