I am working on Microsoft SQL server databases. I have a base database and a application database. What I want to push some data (using query) from application db to base database on some specific time period. Is this can be achieved by db procedure?
Both database are at different location in context of IP. Is there any way for connection between db at DB level?