Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change data type on all char(36) columns in db
Message
De
04/09/2013 23:46:44
 
 
À
04/09/2013 23:40:38
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Web
Divers
Thread ID:
01582234
Message ID:
01582250
Vues:
23
Awesome.

The reason I asked about the version of SQL Server....in 2012, MS added a new sequence object. It is essentially a "table-independent identity/int" value. It's like a little factory that generates a new unique int (or bigint) every time. So in many cases, where someone was using a uniqueidentifier for unique values across tables within the database, the new sequence object might be an alternative. It's also thread-safe
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform