I have a very peculiar problem, consider these two rows:
val | text | akr | usr_bk
-----------------------------------------------
001 | hello | 1024 | admin
001 | hello | 1024 | admin
As you see, I have no unique columns or other identificators.
But; Is it possible (and how) to update just one row to have, e.g. val = 002
without modifying the other row?
I'm running on SQL Server 2008.