I tried:
SELECT *
FROM sys.sequences
I get:
Error: The "variant" data type is not supported.
SQLState: 08S01
ErrorCode: 0
I know there are sequences. Is there a way to see sequences of a table in SQL Server Management Studio in the GUI somehow? Thanks.
EDIT: I noticed that this doesn't work with SQL Squirrel client program but the very same query can be used succesfully in SQL Server Management Studio.