<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SQL server consolidation for distributed system]]></title><description><![CDATA[<p dir="auto">The following is showing the basic architectural plan of the system. I want to have 2 databases using a single instance of SQL Server. if one of the databases updated, another one needs to update immediately. (as using trigger) I found that I can do it with consolidation but I don't have any proper way to get it done. what would be the steps to implement that concept?<br />
<img src="/assets/uploads/files/1586761177915-7f01521a-e6b5-4896-8886-904317a937c7-image.png" alt="7f01521a-e6b5-4896-8886-904317a937c7-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://lankadevelopers.lk/topic/561/sql-server-consolidation-for-distributed-system</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 19:50:36 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/topic/561.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Apr 2020 07:01:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SQL server consolidation for distributed system on Mon, 13 Apr 2020 07:31:23 GMT]]></title><description><![CDATA[<p dir="auto">That article is more helpful! thank you so much!</p>
]]></description><link>https://lankadevelopers.lk/post/3282</link><guid isPermaLink="true">https://lankadevelopers.lk/post/3282</guid><dc:creator><![CDATA[rashmiee]]></dc:creator><pubDate>Mon, 13 Apr 2020 07:31:23 GMT</pubDate></item><item><title><![CDATA[Reply to SQL server consolidation for distributed system on Mon, 13 Apr 2020 07:21:56 GMT]]></title><description><![CDATA[<p dir="auto">As I understood your question, I think you need to sync 2 databases (A &amp; B) in one SQL server (localhost:3306). I don't know why you need to implementing this. But anyway If you are considering any performance issue, I prefer you to go with <code>database replication</code>.</p>
<p dir="auto">Anyhow, For your question refer this <a href="https://solutioncenter.apexsql.com/how-to-automatically-keep-two-sql-server-database-schemas-in-sync" target="_blank" rel="noopener noreferrer nofollow ugc">https://solutioncenter.apexsql.com/how-to-automatically-keep-two-sql-server-database-schemas-in-sync</a> to get more details.</p>
]]></description><link>https://lankadevelopers.lk/post/3281</link><guid isPermaLink="true">https://lankadevelopers.lk/post/3281</guid><dc:creator><![CDATA[b6]]></dc:creator><pubDate>Mon, 13 Apr 2020 07:21:56 GMT</pubDate></item></channel></rss>