Best Way to rename a foreign key
At my work i have the requirement to rename the foreign keys that do not meet the standards so that they do
I have created an script which renames the foreign key by first dropping it and the recreating it with the correct name.
Could there be any problems by the way i am doing it? or is there a better way to rename a foreign key instead of dropping it and recreating it.
Thanks for your help
Greetings
Mateo.