![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi friends, A pleasant greetings for one and all.I have the table which name is ALA.It has a column id.i set id as primary key.Can any one help me .please. i tried this query but no use,,, alter table ala drop primary key; |
#3
| |||
| |||
|
|
mada suresh wrote: Hi friends, A pleasant greetings for one and all.I have the table which name is ALA.It has a column id.i set id as primary key.Can any one help me .please. i tried this query but no use,,, alter table ala drop primary key; ALTER TABLE dbo.ALA DROP CONSTRAINT name_of_primary_key_constraint If relationships/foreign keys referencing this column exist, you will likely have to drop those as well. |
![]() |
| Thread Tools | |
| Display Modes | |
| |