Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2006.07.30;
Скачать: CL | DM;

Вниз

Первичный ключ   Найти похожие ветки 

 
SHD_   (2006-05-26 16:17) [0]

Кто нить знает в MSSQL первичный ключ является индексом или нет?

В общем создавать индекс на первичный ключ нужно?


 
Desdechado ©   (2006-05-26 16:19) [1]

ключ индексом не является, но требует уникального индекса для проверки "ключевости"
это обычно
как в MS - хз


 
Zz_   (2006-05-26 16:20) [2]

When you specify a PRIMARY KEY constraint for a table, Microsoft® SQL Server™ 2000 enforces data uniqueness by creating a unique index for the primary key columns. This index also permits fast access to data when the primary key is used in queries.


 
Ega23 ©   (2006-05-26 17:03) [3]

PRIMARY KEY Constraints
A table usually has a column or combination of columns whose values uniquely identify each row in the table. This column (or columns) is called the primary key of the table and enforces the entity integrity of the table. You can create a primary key by defining a PRIMARY KEY constraint when you create or alter a table.

A table can have only one PRIMARY KEY constraint, and a column that participates in the PRIMARY KEY constraint cannot accept null values. Because PRIMARY KEY constraints ensure unique data, they are often defined for identity column.

When you specify a PRIMARY KEY constraint for a table, Microsoft® SQL Server™ 2000 enforces data uniqueness by creating a unique index for the primary key columns. This index also permits fast access to data when the primary key is used in queries.

If a PRIMARY KEY constraint is defined on more than one column, values may be duplicated within one column, but each combination of values from all the columns in the PRIMARY KEY constraint definition must be unique.



 
Desdechado ©   (2006-05-26 17:41) [4]

Ega23 ©   (26.05.06 17:03) [3]
снова не удержался?
:)



Страницы: 1 вся ветка

Текущий архив: 2006.07.30;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.046 c
15-1151659362
Layner
2006-06-30 13:22
2006.07.30
Сервис сам останавливается в W2003R2, хотя в 2000 стабильно


2-1152195935
AlexanderMS
2006-07-06 18:25
2006.07.30
Как прочитать из файла строку UNICODE с последующим переводом...


15-1151394901
MsGuns
2006-06-27 11:55
2006.07.30
Слава сб.Украины по футболу !


1-1150451941
oleg444
2006-06-16 13:59
2006.07.30
Не могу отладить DLL


3-1148377072
vigo_
2006-05-23 13:37
2006.07.30
Вопрос по компоненте TSimpleDataSet