Saving SSRS report result as a pipe separated file

  • I have an SSRS report that is running in production environment, and everything is hunky-dory with it. Now I need to automate the result of this report to be delivered to a few select users every morning. The format of this report needs to be a flat file with "|" as the column delimiter. Is there anyway to achieve this without having to meddle with report server settings? Because once I change the settings, it may mess it up for other reports whose results the users may want to save as "CSV" files.

    Please advise.

    SQLCurious

    PS: xp_cmdshell is not allowed on this server (or the domain), so using bcp is ruled out for me.

  • Hi

    Imho you can create SSIS package and set it as a job in SQL Agent.

    Br.

    Mike

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

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