Hi,
I need to merge about 50 database into a single database for reporting purpose.
All have the same structure.
I do not know at any point of time the list of database in the server. It needs to be run as a routine every week, if possible automatic update.
How do I do this?
I am working in SQL Server 2000 with Access as front end.
Is there a way to know the list of database in a server thro a storedprocedure .
DTS I see, transfer is done only one database at a time, but I can create a routine.
If I do as a storedprocedure how do know what is list of database thats in the server or how do I run the storedprocedure automatically to execute weekly.
Pls advice.
Thanks & Regards,
Ruth.
I need to merge about 50 database into a single database for reporting purpose.
All have the same structure.
I do not know at any point of time the list of database in the server. It needs to be run as a routine every week, if possible automatic update.
How do I do this?
I am working in SQL Server 2000 with Access as front end.
Is there a way to know the list of database in a server thro a storedprocedure .
DTS I see, transfer is done only one database at a time, but I can create a routine.
If I do as a storedprocedure how do know what is list of database thats in the server or how do I run the storedprocedure automatically to execute weekly.
Pls advice.
Thanks & Regards,
Ruth.
Comment