Frage

im trying to change some types on my table in sybase, but when i change it, the output is this one.

User 'DBA' has the row in 'table' locked

How to unlock this?

War es hilfreich?

Lösung

I would:

  1. determine the connection_id using sa_locks (documentation here)
  2. issue the drop connection *connection_id* statement to the connection that is causing the lock to the table.

Use it with care!

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top