5

Is it possible to display the current isolation config set in Sybase Adaptive Server Enterprise 12.5.4?

If so, then how can I display it?

Danny Beckett
  • 20,529
  • 24
  • 107
  • 134
mtk
  • 13,221
  • 16
  • 72
  • 112

1 Answers1

6

Try select from @@isolation variable :

select @@isolation

You can also read this. It says:

The current isolation level for a session 
can be determined with the global variable @@isolation.
Robert
  • 25,425
  • 8
  • 67
  • 81