Quantcast
Channel: Transact-SQL forum
Viewing all articles
Browse latest Browse all 23857

Issue: Randomly sql server resets sequence to a lower value

$
0
0

Randomly sql server resets sequence to a lower value

And this is the definition of the sequence:

CREATE SEQUENCE [dbo].[seqPJob]
 AS [bigint]
 START WITH 1
 INCREMENT BY 1
 MINVALUE 0
 MAXVALUE 9223372036854775807
 CYCLE
 CACHE
GO


Viewing all articles
Browse latest Browse all 23857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>