I'm trying to update a column in a temp table, based on a subquery. Brain is blank as to why I can't get the following update to work.<BR><pre class="ip-ubbcode-code ...
Listing 5. This procedure demonstrates a technique for combining an Insert statement and an Update statement into a single stored procedure. CREATE PROCEDURE STDA.CustomersUpdate @CustomerID NCHAR(5), ...