Subject Deadlock in Update
Author Hernan Galante
Hi, I found a problem with this:

Update Ciudad set nombreCiudad = UPPER (nombreCiudad)

This SQL causes a Deadlock, Why? I Can fix this?

Thanks for time,

Hernan Galante