|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Today @ 6:06 AM
Points: 96,
Visits: 419
|
|
Hi All,
I have a .xml/text file which contains certain values that are being dynamically updated by users. I wanted that file to reside in a shared folder where users will have access.
Whenevr the user changes the values,the same has to update in SSRS reports...
Any help pls!!
Thanks!
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Thursday, June 13, 2013 1:17 PM
Points: 77,
Visits: 265
|
|
I would use SSIS to export data to a DB, access or SQL. You can schedule this to run at any frequency you like.
Then I would have SSRS access the modified data. You can use SQL state to compare the new data.
------------ :)
|
|
|
|