drop column fails
From: Dan Ackermann (dummy_at_intos.ch)
Date: 03/01/04
- Next message: anonymous_at_discussions.microsoft.com: "Re: SQL Server 7.0 restores"
- Previous message: Tibor Karaszi: "Re: SQL Server 7.0 restores"
- Next in thread: Jacco Schalkwijk: "Re: drop column fails"
- Reply: Jacco Schalkwijk: "Re: drop column fails"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 01 Mar 2004 14:19:31 +0100
Hi all,
Want to drop a column of an existing table with
alter table TE20_AREA
drop column E20IN_NODE_NUMBER
But get:
The object 'DF__TE20_AREA__E20IN__26509D48' is dependent on column
'E20IN_NODE_NUMBER'.
What is the object DF... checked for indexes, constraints, relations
haven't found somthing with this name ????
BTW, deleting the row in the gui works like a charme ????? (Does not
help because db modification needs to be in a batch job :-( )
Any help is highly appreciated.
TIA
Dan
- Next message: anonymous_at_discussions.microsoft.com: "Re: SQL Server 7.0 restores"
- Previous message: Tibor Karaszi: "Re: SQL Server 7.0 restores"
- Next in thread: Jacco Schalkwijk: "Re: drop column fails"
- Reply: Jacco Schalkwijk: "Re: drop column fails"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|