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/)

1 Antwort
0
Akzeptierte Antwort
  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
EXPERTE
beantwortet vor 6 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen