Random RDS SQL Server Questions

0

A customer is in the midst of RDS adoption and they have lots of questions. Here are the latest few:

  1. Our product uses some custom error messages from sys.messages. Based on our installation results it appears as though this is not allowed on RDS. Can you confirm that it is not allowed and if so, is there any possibility that we could get an exception for our product?

  2. As part of our regular maintenance on our DBs we require that our two most heavily used DBs be re-indexed and shrunk on a regular basis. Does RDS automatically perform these actions for us?

  3. What is the uptime SLA for Single AZ instances? (Multi-AZ is published as 99.95% https://aws.amazon.com/rds/sla/)

AWS
Tom_L
已提問 6 年前檢視次數 361 次
1 個回答
0
已接受的答案
  1. Yes, you need sysadmin or serveradmin to run sp_addmessage. Might be able to file a support ticket and have the messages added, you'd want to check with RDS DB Engineering to confirm. Also, keep in mind that in a mirror setup you'd have to do this on the mirror partner as well.

  2. No, you must do your own checkb, reindex, etc. on your user databases.

  3. RDS SQL Server at this time doesn't have a formal SLA, I'm not aware of any uptime published.

AWS
專家
已回答 6 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南