Plans for the MS SQL 2012 new sequence feature?
Posted: Sat 31 Mar 2012 08:32
Hi,
Any plans for support for new MS SQL 2012 sequence feature?
-Kurt
Any plans for support for new MS SQL 2012 sequence feature?
-Kurt
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
MSConnection.ExecSQL('CREATE SEQUENCE Seq1 AS INT START WITH 1 INCREMENT BY 1 MAXVALUE 1000 NO CYCLE CACHE 10', []);