A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Hi Heather Ruelas,
SQL Server Reporting Services (SSRS) has a built-in feature called subscriptions that allows you to schedule reports to run automatically and send them to specified email addresses.
1.Navigate to the report you want to schedule.
2.Click on the report → Manage → Subscriptions → New Subscription.
3.Choose Standard Subscription and then select Email as the delivery method.
4..Define when and how often the report should run (daily, weekly, monthly, etc.).
(SSRS uses SQL Server Agent for scheduling, so make sure it’s running)
6.Save the subscription and test it by running manually or waiting for the schedule.
Hope this helps!
Thank You for reaching out on Microsoft Q&A Forum