Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Max length of constraint name?
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01456262
Message ID:
01456264
Vues:
39
>What is the max length of characters allowed in a name of constraint?
>
>TIA.

128 characters.

Yes, see http://www.eggheadcafe.com/software/aspnet/32428002/length-of-index-and-const.aspx and
http://msdn.microsoft.com/en-us/library/ms186939.aspx

sysname is a system-supplied user-defined data type that is functionally equivalent to nvarchar(128), except that it is not nullable. sysname is used to reference database object names.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform