说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 唯一索引
1.
No unique indexes exist in this table. Create one yourself?
此表中没有唯一索引。是否要创建一个?
2.
Duplicate rows found in %s. Unique index not created.
在 %1! 中发现重复行。未创建唯一索引
3.
Duplicate rows found in %s. Not creating unique index.
在 %1! 中发现重复行。将不创建唯一索引
4.
Not allowed - One or more of the tables in the data source do not have a primary key, unique constraint, or unique index
不允许-数据源中一个或多个表没有主键、唯一约束或唯一索引
5.
One or more of the tables in the data source does not have a primary key, unique constraint, or unique index.
数据源中的一个或多个表没有主键、唯一约束或唯一索引
6.
One of the tables involved in the cursor statement does not have a unique index.
游标语句涉及到的表中有一个没有唯一索引
7.
Must specify both full-text Catalog name and Unique Index name.
必须指定全文目录名称和唯一索引名称。
8.
Attached table is not updatable because it has no unique index.
由于附加表没有唯一索引,因此是不可更新的。
9.
Column '%s' cannot be dropped from table '%s' because there is a unique index accessing this column.
不能从表 ''%2!'' 中除去列 ''%1!'',因为有一个唯一索引正在访问该列。
10.
You can't create a unique index on this field because it contains duplicate values. Do you want to keep the existing index?
不能在该字段上创建唯一索引,因为字段中含有重复值。是否还用现有的索引?
11.
newly added not nullable column(s) are involved in the primary key or unique index(constraint).
新添加的不可空列包含在主键或唯一索引(约束)中。
12.
You tried to enter a duplicate value in a field that is a primary key or that has a unique index .
试图在主键 字段或含有唯一索引 的字段中输入重复值。
13.
Cannot insert duplicate key row in object '%.*ls' with unique index '%.*ls'.
不能在具有唯一索引 ''%3!'' 的对象 ''%1!'' 中插入重复键的行。
14.
The view used in the cursor statement does not include all the unique index columns of the underlying tables.
游标语句中使用的视图不包括基础表中的所有唯一索引列。
15.
Column '%s' cannot be excluded from the vertical partitioning because there is a unique index accessing this column.
不能从垂直分区操作中排除列 ''%1!'',因为有一个唯一索引正在访问该列。
16.
Null value is not allowed in unique index or primary key.
唯一性索引或主键中不允许有空值。
17.
Index rebuild is only available for Primary or Unique keys (Foreign keys do not have enforcing indexes).
索引重建仅适用于主关键字或唯一关键字(未强制索引外部关键字)。
18.
Nonunique clustered index cannot be created on view '%.*ls' because only unique clustered indexes are allowed.
无法在视图 ''%1!'' 上创建非唯一的聚集索引,因为只允许使用唯一聚集索引。