发信人: long007()
整理人: leitiger(2002-06-05 23:45:28), 站内信件
|
【 在 xy.h (alex-to) 的大作中提到: 】
: 【 在 zhouxiaotao (淘淘) 的大作中提到: 】
: : 我将数据库建好后,发现无法改变表结构,只好删除表后重建一个,可删除时有
: : “The following DDL command is not supported:DropTable”的错误提示,而
: : 且Primary Keys和Foreign Keys都无法删除,请问各位大侠是该如何解决?谢谢
: .......
你是用大型的数据库吧,我知道在SYBASE中如这样的话需设置数据库选项,
你用sp_helpdb看看,在STATUS项应有select into/bulkcopy,ddl in tran
如没有需用sp_dboption设置。
sp_dboption 数据库名,'ddl in tran',true
go
-- ※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.102.202.244]
|
|