如何将存储过程返回的结果集放入一个表中
摘要:说明:本文介绍的是如何把EXEC存储过程后返回的结果集存入一个表中。语句:INSERT <TableName> EXEC <Command> 例子:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->execmaster.dbo.xp_msver该语句返回以下结果集Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeH
阅读全文
posted @ 2008-07-18 09:04
浙公网安备 33010602011771号