nerdalert1
Programmer
Hello all. One more question for the day. I have some temp tables I need to create but they would be used in more than one proc. If I run a Proc that creates the temp tables within another proc I wont have scope of those temp tables that are created from the proc called correct? Is there a way to somehow keep those as Global Temp tables so I can call one Proc off the Start and then use it in another? If they do stay in scope somehow then I would just call it as the first step from my main proc. Thanks all.