May 9, 2012 at 3:38 am
Our company has used Linked server to get the other db server data . Now we are trying to replace the linked server with SSIS package. Package can run in a sheduled mannar. So we could not get the live data.
Is any other way to replace the linked server for getting the live data ?.
May 9, 2012 at 3:48 am
Sony Francis @EY (5/9/2012)
Our company has used Linked server to get the other db server data . Now we are trying to replace the linked server with SSIS package. Package can run in a sheduled mannar. So we could not get the live data.Is any other way to replace the linked server for getting the live data ?.
Have you considerd Transactional Replication?
May 9, 2012 at 3:54 am
Divine Flame (5/9/2012)
Sony Francis @EY (5/9/2012)
Our company has used Linked server to get the other db server data . Now we are trying to replace the linked server with SSIS package. Package can run in a sheduled mannar. So we could not get the live data.Is any other way to replace the linked server for getting the live data ?.
Have you considerd Transactional Replication?
+1
You should read about Transactional Replication
May 9, 2012 at 4:27 am
Any way other than replication ?
Replication requires additional hardware( subscriber and distributer server). Expensiveeee!!!!!!!!!
May 9, 2012 at 4:33 am
Sony Francis @EY (5/9/2012)
Any way other than replication ?Replication requires additional hardware( subscriber and distributer server). Expensiveeee!!!!!!!!!
the publisher and distibution server can be the same box, so that would be the linked server box, the subscriber would be the server which you are running the query from. that way you can do cross database queries rather than cross server queries. so no additional hardware required.
May 9, 2012 at 4:35 am
Sony Francis @EY (5/9/2012)
Any way other than replication ?Replication requires additional hardware( subscriber and distributer server). Expensiveeee!!!!!!!!!
Seriously ??? You said that you are using linked server already to get the data from other servers. That means you have 2 separate instances. To configure transactional replication thats all you need in terms of hardware (you can make your publisher server as the distributor also) !!!
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply