User Level
Business Administrator
User LevelBusiness Administrator SyntaxAdd UniquekeyThe Add Uniquekey command has the following syntax. Syntax
Setting a Uniquekey for an AttributeWhen adding a uniquekey for an attribute, you must specify a type, a relationship, or an interface, or a combination of interface with a type or relationship. That is, you must specify one of these:
Restricting the Index Size for SQL ServerSQL Server restricts the size of the index to 900 bytes. For example, if you try to create two string attributes with length 255, since they are nvarchar columns, the size of the index for string attributes is calculated as 255*2 (for Unicode), which would go over the limit. You can use the size modifier with the Add Uniquekey command to restrict the size so that indexing is right. Copy UniquekeyThe Copy Uniquekey command has the following syntax.
Modify UniquekeyThe Modify Uniquekey command has the following syntax.
For more information, see Copy Uniquekey. Delete|Enable|Disable UniquekeyThe Delete, Enable, and Disable Uniquekey commands have the following syntax.
|