Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一份报告需要 20 分钟才能运行。我想将其作为订阅的 ssrs 报告。我已经看到在 SSRS 中,传递选项是电子邮件和文件共享,但我希望将报告直接保存在数据库中。是否有在数据库中插入报告的方式。
您可以根据要呈现的参数安排快照。如果您的报告遵循允许使用类似于快照的参数订阅它的模型,那么您可以创建批处理类型的过程。如果您的用户不期待实时数据,则此方法有效。
例如:
希望这可以帮助。