tags:

views:

127

answers:

1

Hi i have a two stored procedure a and b, b called by a, in a one temp tables created and in the sp b trying to access temp table of sp a, at compile time getting error for missing object.

A: 

Seriously? Version 11? Wow.

Any way, try adding "create table" for the temp table before creating sproc b.

Phlamingo