0

I've enable DDL audits on few of our servers. The past two months I've seen a weird behavior on a server where we host our reportserver database.

I'm seeing lots of drop procedures/view followed by create to same objects. Is this normal or something to worry about? Activates being done by the service account running the SQL Server service.

Attached is a sample of the objects being dropped and recreated.

enter image description here

3
  • 6
    I would suggest seeing the ReportServer database as a "system" database, so you probably don't want/need DDL audits on it. Commented Apr 25 at 10:59
  • 2
    SSRS has always been a mess, including littering SQL Agent with GUID-named jobs for each of its subscriptions. :( Commented Apr 25 at 12:37
  • @Thom A Many thanks for your feedback, I will stop the DDL audits on the repserver db. Commented Apr 28 at 10:28

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.