﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Reporting Services / Reporting Services  / SQL Merge 2 Databases / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 17:57:47 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL Merge 2 Databases</title><link>http://www.sqlservercentral.com/Forums/Topic1365953-150-1.aspx</link><description>Google it, I am unsure if it can be done.</description><pubDate>Tue, 02 Oct 2012 01:46:35 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: SQL Merge 2 Databases</title><link>http://www.sqlservercentral.com/Forums/Topic1365953-150-1.aspx</link><description>This not working for some reason.Instead, do you know a way to link different datasets from 2 different datasources in a tablix cell expression?Dataset1 from Datasource1Dataset2 from Datasource2ThanksRegards</description><pubDate>Mon, 01 Oct 2012 09:56:40 GMT</pubDate><dc:creator>davdam8</dc:creator></item><item><title>RE: SQL Merge 2 Databases</title><link>http://www.sqlservercentral.com/Forums/Topic1365953-150-1.aspx</link><description>Something like the below[code="sql"]SELECTDB1.ProjectName,DB2.ProjectStageFROMDatabase1.dbo.Table1 DB1INNER JOINDatabase2.dbo.Table2 DB2ONDB1.ProjectStageID = DB2.ProjectStageID[/code]Without knowing your data schemas it is hard to say.</description><pubDate>Mon, 01 Oct 2012 08:09:49 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: SQL Merge 2 Databases</title><link>http://www.sqlservercentral.com/Forums/Topic1365953-150-1.aspx</link><description>OK! In the mean time how do I create a Stored Procedure where I want data from 2 Databases.I want ProjectName from DB1 &amp; ProjectStage from DB2.ThanksBest Regards</description><pubDate>Mon, 01 Oct 2012 08:07:43 GMT</pubDate><dc:creator>davdam8</dc:creator></item><item><title>RE: SQL Merge 2 Databases</title><link>http://www.sqlservercentral.com/Forums/Topic1365953-150-1.aspx</link><description>again unsure, never had to do it, would be worth a google and if it is possible let us know how.</description><pubDate>Mon, 01 Oct 2012 07:56:27 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: SQL Merge 2 Databases</title><link>http://www.sqlservercentral.com/Forums/Topic1365953-150-1.aspx</link><description>OK thanks anyway!What about linkin 2 tablix? Possible? Crazy stuff right?Regards.</description><pubDate>Mon, 01 Oct 2012 03:49:44 GMT</pubDate><dc:creator>davdam8</dc:creator></item><item><title>RE: SQL Merge 2 Databases</title><link>http://www.sqlservercentral.com/Forums/Topic1365953-150-1.aspx</link><description>Not sure on that, you will need to build some sort of linking in 1 of the servers.Something like using linked servers, or building a merged database of both DB's using SSIS or something along them lines.</description><pubDate>Mon, 01 Oct 2012 03:37:14 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: SQL Merge 2 Databases</title><link>http://www.sqlservercentral.com/Forums/Topic1365953-150-1.aspx</link><description>OK. Thanks!It is possible to relate 2 tables from different datasources?For example: I have Dataset1 from Datasource1 and Dataset2 from Datasource2.I want from Dataset1 : ProjectName;and from Dataset2 : ProjectStage. Which is in another DB.How do I do this and add these fields into the same tablix?Sorry if it sounds stupid, but I'm learning, this is all new for me.Thanks in advance.Regards</description><pubDate>Mon, 01 Oct 2012 03:34:37 GMT</pubDate><dc:creator>davdam8</dc:creator></item><item><title>RE: SQL Merge 2 Databases</title><link>http://www.sqlservercentral.com/Forums/Topic1365953-150-1.aspx</link><description>What it looks like you need is a UNION clause, either in a stored proc on direct in the data set.SELECT1,2,3FROMDB1.dbo.Table2UNION / UNION ALLSELECT1,2,3FROMDB2.dbo.Table1</description><pubDate>Mon, 01 Oct 2012 01:59:01 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>SQL Merge 2 Databases</title><link>http://www.sqlservercentral.com/Forums/Topic1365953-150-1.aspx</link><description>Hi geniuses!I need to merge 2 databases to colect information for my reports.  Have really no clue about how to set things up.The query must be written into the query 'box' of the Dataset Properties, RIGHT?Thanks in advance.Regards!</description><pubDate>Fri, 28 Sep 2012 09:20:09 GMT</pubDate><dc:creator>davdam8</dc:creator></item></channel></rss>