Being a rookie, I've created some foreign keys without an explicit name.
Then i've founded SQL generated crazy names like FK__Machines__IdArt__760D22A7
. Guess they will be generated with different names at different servers.
Is there any nice function to drop the unnamed FK constraints passing as arguments the tables and the fields in question?