I have linked couple of tables (say a,b,c,d- All have same file formats but different data set) from another database to my database and named them as
a = x
b = y
Now I want to change the links ie.
c = x
d = y
how should I do it? I tried deleting the existing links (ie x, y) and reconnect back to c and d and then named them as x, y but this is failing my queries.
Please suggest the best method to do this without impacting the queries
a = x
b = y
Now I want to change the links ie.
c = x
d = y
how should I do it? I tried deleting the existing links (ie x, y) and reconnect back to c and d and then named them as x, y but this is failing my queries.
Please suggest the best method to do this without impacting the queries