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
posta 6 anni fa361 visualizzazioni
1 Risposta
0
Risposta accettata
  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
ESPERTO
con risposta 6 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande