Home Forums SQL Server 2005 SQL Server 2005 Integration Services Stored Proc with temp table issue. RE: Stored Proc with temp table issue.
Phil Parkin
SSC Guru
Points: 247210
More actions
May 26, 2013 at 1:46 pm
#1618627
You seem to create a temp table called #ID, then INSERT and SELECT from #EID, which is not defined. Have you missed out a section from your code?
Can you possibly post the full text of the error message?