Jun 23, 2001 #1 essa2000 Programmer Dec 6, 2000 299 CA Dears; I want to create FK using ALTER TABLE and then after creation I want to delete this FK. How can I delete this run time FK. essa2000
Dears; I want to create FK using ALTER TABLE and then after creation I want to delete this FK. How can I delete this run time FK. essa2000
Jun 23, 2001 #2 tlbroadbent MIS Mar 16, 2001 9,982 US Do you mean that you want to delete a row using a FK or drop the FK? Terry http://www.defendscouting.com/ "I'm not dumb. I just have a command of thoroughly useless information." - Calvin, of Calvin and Hobbes Upvote 0 Downvote
Do you mean that you want to delete a row using a FK or drop the FK? Terry http://www.defendscouting.com/ "I'm not dumb. I just have a command of thoroughly useless information." - Calvin, of Calvin and Hobbes
Jun 24, 2001 Thread starter #3 essa2000 Programmer Dec 6, 2000 299 CA No , I want to Foreign Key object itself. Upvote 0 Downvote
Jun 25, 2001 #4 rajeevnandanmishra Programmer Jun 1, 2001 379 IN Hi essa2000, May be this can solve your problem. ALTER TABLE myTable DROP CONSTRAINT myForgeinKeyConstraintName Upvote 0 Downvote
Hi essa2000, May be this can solve your problem. ALTER TABLE myTable DROP CONSTRAINT myForgeinKeyConstraintName