Top "Identity" questions

An inherent property of an entity that distinguishes that entity from all others.

How do I reset an increment identity's starting value in SQL Server

I would like to have a nice template for doing this in development. How do I reset an increment identity's …

sql-server identity
SQL server identity column values start at 0 instead of 1

I've got a strange situation with some tables in my database starting its IDs from 0, even though TABLE CREATE has …

sql sql-server-2005 tsql identity auto-increment
There is already an object named 'AspNetRoles' in the database

Some time ago, I created a ASP.NET MVC 5 website with the Identity 1.0 version, and i created the Identity tables …

asp.net-mvc entity-framework identity asp.net-identity
Trouble understanding Object State, Behavior, and Identity?

I have been instructed by my professor to introduce myself on a page as if I were an object, and …

java object state identity behavior
Index autoincrement for Microsoft SQL Server 2008 R2

I created a new table in SQL Server 2008 R2, and i would like that the index is on autoincrement. How …

sql sql-server tsql identity
C# Class Auto increment ID

I am creating a class in C# called "Robot", and each robot requires a unique ID property which gives themselves …

c# class identity auto-increment member
Equivalent of MSSQL IDENTITY Column in MySQL

What is the equivalent of MSSQL IDENTITY Columns in MySQL? How would I create this table in MySQL? CREATE TABLE …

mysql sql-server tsql identity
How does Hibernate detect dirty state of an entity object?

Is it using some kind of byte codes modification to the original classes? Or, maybe Hibernate get the dirty state …

java hibernate orm entity-relationship identity
Generating human-readable/usable, short but unique IDs

Need to handle > 1000 but < 10000 new records per day Cannot use GUID/UUIDs, auto increment numbers etc. Ideally should …

.net database identity
How do I implement password reset with ASP.NET Identity for ASP.NET MVC 5.0?

Microsoft is coming up with a new Membership system called ASP.NET Identity (also the default in ASP.NET MVC 5). …

c# .net asp.net-mvc identity password-recovery