Home Forums SQL Server 2008 SQL Server Newbies how to store multiple rows in a stored procedure's parameters and then insert them in a table RE: how to store multiple rows in a stored procedure's parameters and then insert them in a table

  • I m doing it row by row, because i think its the only way to do it

    I want to insert each row in my table which is returned by that query .

    This query returns all the referencing key tables and columns for the table which is entererd in WHERE clause.

    Is there any other way to insert the resultset of this query in a table .. ??