0
Résolu
SQL Server Identity seed / increment arguments
With SQL Server, there are parameters for the Identity property allowing the seed and increment values to be set. Do we have access to the seed / increment arguments?
https://msdn.microsoft.com/en-us/library/ms186775.aspx
If not, may I suggest as an option?
Thanks!
https://msdn.microsoft.com/en-us/library/ms186775.aspx
If not, may I suggest as an option?
Thanks!
0
À l'étude
Agnieszka Kozubek-Krycuń (Chief Scientist) il y a 10 ans
+1
Agnieszka Kozubek-Krycuń (Chief Scientist) il y a 10 ans
We'll soon add this feature. Thank you for pointing it out to us.
+1
Résolu
Jarosław Błąd (CEO) il y a 10 ans
It is done and on production.
0
Kindler Chase il y a 10 ans
Found the option for identity seed/increments and it works great. Not sure if this is intended behavior, but I can set the increment increment without setting the identity seed; when I do that, the SQL generated strips the increment/seed (which makes sense without a seed). When this occurs, should there be an error on the table?
+1
Jarosław Błąd (CEO) il y a 10 ans
You are right. Both parameters have to be set or neither. We will add validation check. Thanks for pointing this.
Service d'assistance aux clients par UserEcho