I have created one table using below command:
create table Table1( Id int Not Null Foreign key references Table2(Id) on delet
If you just look at the table in enterprise manager / management studio you will be able to see the list of keys and delete it from there.