Update the value back Hi there,
I'm new to SQL Server 2005 and stored procedure.
I want a simple logic to be done using store procedure.
I select a field from a table with multiple rows of records, then later I update the value back to the same field after calculation. How can i do that? |