Report Server Database name

  • Hi,

    Is there any way to find Report server database name using T-SQL?

    I have SQL server report server instance and authentication credentials.

    I can use sys.databases but in case of user had changed ReportDb name at the time of configuration this approach will not work then How I can find?

    Thanks.......
    -----------------------------------
    My Blog[/url] | Articles

  • The configuration is stored in the RSreportserver.config file. It's not trivial to shred the file in T-SQL, nor I think it's the right tool for the job.

    -- Gianluca Sartori

  • Thanks fot your quick reply.

    But i will not be able to access that config file on another system in same domain;that why i am.looking for some t sql command.

    Thanks.......
    -----------------------------------
    My Blog[/url] | Articles

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply