Data driven subscription feature not available on standard edition???

Rick A. Anderson 20 Reputation points
2023-03-13T21:34:31.79+00:00

I've developed a few reports on a test server where we have SQL Server 2019 developer edition installed with the intent to migrate them over to our production server. I used the data-driven subscription feature to timestamp the file name for one report saved to the file system. Turns out our production server is standard edition and for some inexplicable reason, the data-driven subscriptions feature isn't available.

Does anyone know of an alternate way to time stamp a report file that doesn't rely on the data-driven subscription feature? Or is there maybe a way to enable that on the standard edition? I'm really confused about why such a trivial feature is missing from the standard edition but available on the dev edition. Really frustrating.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,798 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AniyaTang-MSFT 12,311 Reputation points Microsoft Vendor
    2023-03-14T02:08:34.1366667+00:00

    Hi @Rick A. Anderson

    According to the official documentation, the Standard edition of SQL Server Reporting Services does not support data-driven report subscriptions. I recommend you use the Developer version.1

    2

    If you don't want to change the version, then you can try adding "@timestamp" to the file name, like this:

    3

    Result:

    4

    If the answer is helpful, please click "Accept Answer" and upvote it. If you have any questions, please feel free to let me know.

    Best regards,

    Aniya