将存储过程结果复制到新表中是可能的吗? [英] Storeprocedure result copy into into new table is that possible ?

查看:73
本文介绍了将存储过程结果复制到新表中是可能的吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

存储过程是通过参数执行的,我希望将此结果放入新表中...
请给我解决方案.

store procedure is executed with parameter and i want this result to into new table...
please give me solution.

推荐答案

INSERT INTO table1
Exec SpGetRecords 'Parameter1','parameter2'


这篇关于将存储过程结果复制到新表中是可能的吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆