How to run DBCC CheckDB on SSISDB?

0

I have enabled SSIS on a RDS SQL Server, database SSISDB was created automatically.

Because the master user is not member of dbo of this DB, I can't run DBCC CheckDB on it.

Please advise whether any workaround to do so, thank you.

AWS
已提问 10 个月前243 查看次数
2 回答
0
已接受的回答
  • The RDS SQL Server system database maintenance job runs DBCC CHECKDB on the system databases (master, msdb, rdsadmin, mssqlsystemresource and model) every day.
  • The system databases are managed by AWS, so the DBO role of them cannot be granted to the user logins.
  • SSISDB is regarded as a system database, that is why we cannot grant dbo role to another customer logins.
  • But it is missing in the daily RDS SQL Server system database maintenance job currently.
  • The above information means that DBCC CHECKDB cannot be run on SSISDB at this stage.
  • The fix is being worked out, once it is ready, SSISDB will be included in the daily system database maintenance job.
AWS
已回答 10 个月前
0

It is not currently possible to run DBCC CHECKDB on SSISDB in RDS SQL Server as users are not allowed db_owner permission on SSISDB.

The same holds true for [rdsadmin_ReportServer] and [rdsadmin_ReportServerTempDB].

AWS
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则