Can I create & update a table in the same stored procedure ?
The table was created using "select .... into tableA from tableB" . When I try to do several updates,
I get the error message for all of my update stmts. saying cannot find the tableA.