Excel 2007 和 SQL Server 2008R2 之间的写回
在 Excel 2007 和 MS SQL Server 2008 R2 之间构建写回的最有效方法是什么?
我需要一个稳定的解决方案来在 Excel 和 SQL Server 之间进行通信。我需要从数据库中的表下载数据,在 Excel 中计算并填写新数据,然后将这些新值提交到数据库。
我发现 SSIS 应该能够做到这一点,但如果我错过了更标准的连接方式,那可能就太过分了。
What is the most efficient way of building a writeback between Excel 2007 and MS SQL Server 2008 R2?
I need a stable solution to communicate between Excel and SQL Server. I need to download data from a table in the database, calculate and fill in new data in Excel, and submit those new values to the database.
I found that SSIS should be able to do this, but it might be overkill if I miss out on a more standard way of connecting.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经像这样使用了动态sql..
标量函数 dbo.fsexcelODS 返回 openDatasoure 语句,如中定义的
I have used dynamic sql like so..
the Scalar function dbo.fsexcelODS returns openDatasoure statement as is defined in