HI
I am trying to update a row on an SQL SERVER 2005. When I run the SQL, i recieve a message indicating that the Execution was successful and 1 row was effected. However, when I do a select against this row I supposedly updated, the value remains unchaged. What's going on with this SQL server when a successful query does absolutely nothing.
The query is:
UPDATE [database1].[dbo].[table1]
SET [order] = 215
WHERE [email] = '[email protected]'