I tend to use Temp Tables to pass large amounts of data from one Stored Proc into another Stored Proc. However, something that’s always annoyed me is that, because it’s implicitly passed/shared with the session, the sub Procedure has no knowledge of it and constantly highlights table/column references as “Invalid Object”. Is there any wayRead more