Changing a dataset inside SQL Server Business Intelligence Studio

Discussion in 'ASP.NET 2.0' started by harryteckco, Jun 25, 2007.

  1. Hello!

    I created a set of reports using a shared datasource named "testds.rds" under the "Shared Data Sources" folder in Solution Explorer. Then, I created a new data source call "finalds.rds", but I cannot find the setting/property to switch all my reports to point this new "finalds.rds" shared datasource. I looked at the rdl code and it lists it as:




    <DataSources>


    <DataSource Name="testds">


    <DataSourceReference>testds</DataSourceReference>


    <rd:DataSourceID>af203c35-b2d5-4ea5-9ba7-8a4b794830d4</rd:DataSourceID>


    </DataSource>
    I didn't want to manually overwrite testds with finalds since there is this datasourceID property, which I am not sure if it is tied into the testds name.

    Is there anyway in the BI studio to do this?

    Thanks in advance,

    --Harry
     

Share This Page