Is there a way in SSMS to view the query plan for t-sql that includes a temp table created using "select * from source_table into #my_table" syntax? The code I'm working with fails to show the query plan with the error "invalid object name #my_table" because the temp table isn't explicitly defined in the code, but only as a result of the "select into".