Excel 2003 如何将参数传递给 SQL 存储过程(基于外部源的透视)?
我创建了 Excel 2003 数据透视表,它使用外部源和 SQL 2008。
我在查询中写道:
exec mysproc '20110726', '20110727'
并且它工作正常。但是我需要能够传递从 Excel 单元格获取的日期。
最干净/最短的解决方案是什么?
I created Excel 2003 pivot table which uses External source and SQL 2008.
I wrote in the query:
exec mysproc '20110726', '20110727'
and it works fine. However I need to be able to pass the dates taken from Excel cells.
What is the cleanest/shortest solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了答案。添加了附加到以下子项的按钮:
Found the answer. Added button attached to the following sub: