• aaron.reese (5/23/2016)


    Hi Guys,

    We are about to move one of our operational servers to a new VM. As part of the checking I have discovered that I have in the region of 170 SSRS reports where at least one dataset query is hard coded to look at the specific server

    SELECT

    Something

    FROM

    [server].[database].[dbo].

    So even if I change the connection parameters in the shared data connection, these reports will still try to link to the old server.

    I know that the rdl is stored as an image, am I safe to update the data by converting it back to NVARCHAR, Replace the hard coded path with just the table schema and name and convert the result back to an image.

    I would rather not have to download all the reports to BIDS, edit them and load them back up again.

    While this is possible, I'd certainly counsel against it. When I was looking in to doing something similar I didn't find a single resource that advised it was a good idea. In the end, we got an ops bod, trained him in what to do, gave him cake and left him to it.


    On two occasions I have been asked, "Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?" ... I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.
    —Charles Babbage, Passages from the Life of a Philosopher

    How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537