How to merge different Sql Database With Same Structurehttp://forums.asp.net/t/1801065.aspx/1?How+to+merge+different+Sql+Database+With+Same+StructureFri, 11 May 2012 10:41:32 -040018010654969474http://forums.asp.net/p/1801065/4969474.aspx/1?How+to+merge+different+Sql+Database+With+Same+StructureHow to merge different Sql Database With Same Structure Hi my Professionals, Am having little problem with SQL Database. I have Web application using SQL DB, We try to make the date capture faster in uploading information to it by deploring on deferent local machine to deferent zone @ the end than we can merge the data on the sql database since the database is with the same structure. but have been having issue on how to i go about it. please any idea will be welcome Thanks 2012-05-07T16:12:16-04:004969509http://forums.asp.net/p/1801065/4969509.aspx/1?Re+How+to+merge+different+Sql+Database+With+Same+StructureRe: How to merge different Sql Database With Same Structure <p>Have you considered using the database sync features built into SQL? You could use MS SyncFramework to do the heavy lifting in thsi case: <a href="http://social.msdn.microsoft.com/Forums/en/sqlexpress/thread/009f0cf6-a17e-4a05-bf6e-5a69b40adc79"> http://social.msdn.microsoft.com/Forums/en/sqlexpress/thread/009f0cf6-a17e-4a05-bf6e-5a69b40adc79</a></p> 2012-05-07T16:43:40-04:004970731http://forums.asp.net/p/1801065/4970731.aspx/1?Re+How+to+merge+different+Sql+Database+With+Same+StructureRe: How to merge different Sql Database With Same Structure <p>Thanks so much,</p> <p>But i my own case i have more than 100 local mechine deployed on. and i need to merge the Sql Database record.</p> <p>Would the MS SyncFramework it also?</p> <p>&nbsp;</p> <p>Thanks&nbsp;</p> 2012-05-08T11:05:10-04:004970784http://forums.asp.net/p/1801065/4970784.aspx/1?Re+How+to+merge+different+Sql+Database+With+Same+StructureRe: How to merge different Sql Database With Same Structure <p>Hi,</p> <p>I think you have to use SQL Server Replication feature.</p> <p><b>Transactional replication</b><span>&nbsp;offers a more flexible solution for databases that change on a regular basis. With transactional replication, the replication agent monitors the publisher for changes to the database and transmits those changes to the subscribers. This transmission can take place immediately or on a periodic basis.</span></p> <p><span>More about Replication:-&nbsp;<a href="http://msdn.microsoft.com/en-us/library/ms151198.aspx">http://msdn.microsoft.com/en-us/library/ms151198.aspx</a></span></p> <p><span>Mark this as answer if it is usefull.</span></p> 2012-05-08T11:37:43-04:004976347http://forums.asp.net/p/1801065/4976347.aspx/1?Re+How+to+merge+different+Sql+Database+With+Same+StructureRe: How to merge different Sql Database With Same Structure <p>Hi,</p> <p>I found below thread, it may help you to make a decision.</p> <p>Please see: <a href="http://social.msdn.microsoft.com/Forums/en-US/sqlce/thread/1534f579-d8d5-4252-a048-b34bde66172d/"> http://social.msdn.microsoft.com/Forums/en-US/sqlce/thread/1534f579-d8d5-4252-a048-b34bde66172d/</a>&nbsp;</p> <p>Thanks.</p> 2012-05-11T10:41:32-04:00