开发者

Automatic MOLAP Error Notification

开发者 https://www.devze.com 2023-03-02 17:44 出处:网络
We are just setting up a number of SSAS Cubes using pro-active caching and one thing that concerns me is how we will know if cube processing fails.

We are just setting up a number of SSAS Cubes using pro-active caching and one thing that concerns me is how we will know if cube processing fails.

Is there a way to get SQL S开发者_开发技巧erver to notify via email if something has fallen over?


One way is to process your cube from a SQL Agent job, there you can set up a notification so that if the job fails someone gets notified.

I have jobs that process cubes every hour and I use the method above

0

精彩评论

暂无评论...
验证码 换一张
取 消