Sequence - Current Value not refreshed
Posted: Fri 13 Mar 2015 14:34
Hi,
I have dbForge Fusion 1.8.46.2 and the Sequence's current value are not updated (Properties Window or Object Viewer Window), even after refreshing it.
My current value was 1 and I inserted a couple of records. I then checked the current value and it was still at 1.
I did the SELECT and I saw the real current value:
SELECT current_value FROM sys.sequences WHERE name = 'SequenceName'
I have dbForge Fusion 1.8.46.2 and the Sequence's current value are not updated (Properties Window or Object Viewer Window), even after refreshing it.
My current value was 1 and I inserted a couple of records. I then checked the current value and it was still at 1.
I did the SELECT and I saw the real current value:
SELECT current_value FROM sys.sequences WHERE name = 'SequenceName'