标题:[求助]关于取消设置主键的问题
取消只看楼主
冬日暖阳
Rank: 1
等 级:新手上路
帖 子:50
专家分:0
注 册:2007-7-2
 问题点数:0 回复次数:0 
[求助]关于取消设置主键的问题
我建了一个表,设置了主键[t_i_id],我现在想取消这个主键的设置,在企业管理器里不可以直接删除,我要怎么办呢?

create table [t_index]
([t_i_studentno][char](8)not null,
[t_i_name][char](20)not null,
[t_i_sex][char](2)not null,
[t_i_department][char](20)not null,
[t_i_id][char](18)not null)
on [primary]
alter table [t_index]
add constraint[pk_t_index]primary key clustered
([t_i_id])
on [primary]
go
2007-07-07 17:56



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-153516-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.163826 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved