INSERT INTO ExistedTableName
EXEC [dbo].[Storedprocedure] @Param1
If we execute these statements the result of the stored procedure will be inserted into the table ExistedTableName.
EXEC [dbo].[Storedprocedure] @Param1
If we execute these statements the result of the stored procedure will be inserted into the table ExistedTableName.