Home Forums SQL Server 7,2000 T-SQL Insert the results of a stored procedure into a table RE: Insert the results of a stored procedure into a table

  • Try setting SET NOCOUNT OFF in the stored procedure. I have had sp's return nothing because I did not set nocount to off.