I have the following problem:
I need to develop a Stored Procedure that updates/selects info to a different databes (i.e. "select ... from employee@db1" or else "select ... from employee@db2".
Is there a way to make the @db1 / db2 dynamically so that I don't have to make a SP for each database?
Thanks in advance.
---
Ezequiel Glinsky
eze@bumeran.com
Buenos Aires, Argentina
I need to develop a Stored Procedure that updates/selects info to a different databes (i.e. "select ... from employee@db1" or else "select ... from employee@db2".
Is there a way to make the @db1 / db2 dynamically so that I don't have to make a SP for each database?
Thanks in advance.
---
Ezequiel Glinsky
eze@bumeran.com
Buenos Aires, Argentina