Temp views would be very convenient.I often create very complex SPs that perform multiple operations on a table or series of tables. In order to be efficient, a complex predicate is applied to the target table. Because the SPs have multiple steps, that complex predicate must be written and maintained repeatedly.If I could create temporary views (Create view #ONE_TIME...), I could apply the predicate to the view, and use that view for the rest of the operations.
Category
Proposed Solution
Benefits
Other Benefits