Support custom time zone and collation in RDS Custom for SQL Server

0

Isn't it ironic that a "custom" version doesn't support custom properties such as time zone and collation while the "classic" version does?

This is an RDS blocker for us as we wanted to use RDS Custom for SQL Server as an AAG target of an on-premise AAG source for having a read-only replica which we wanted to eventually cut over to.

Now we have to use ec2 for that.

2개 답변
1

I would like to inform you that these options are not present currently as mentioned in the limitations of RDS Custom for SQL Server.

As per the documentation related to the RDS API here

--character-set-name (string)

  • For supported engines, this value indicates that the DB instance should be associated with the specified CharacterSet .
  • This setting doesn't apply to RDS Custom. However, if you need to change the character set, you can change it on the database itself.

So, while you can't change the server-level collation, you can create a database with a different collation than the instance collation as mentioned.

Please allow me to inform you that feature request is already created for this limitation.

Also, when using RDS Custom SQL Server you cannot change the timezone of the existing instance as in SQL Server the time zone is derived directly from the operating system of the host server, so it is not possible to change it just for the SQL Server Instance.

AWS
답변함 일 년 전
  • Can we workaround the time zone issue by using a custom engine version (CEV) based on an EC2 golden image with a custom O/S time zone?

  • I am interested in the status of this feature request - is there a link to this so we can monitor the status? This is also a blocker for us as we are trying to migrate an application from on-prem to cloud which requires SQL server with sysadmin permissions and SQL_Latin1_General_CP437_BIN collation - RDS and RDS custom do not offer this combination.

0

Hi there,

Since last month RDS Custom for SQL Server supports local time zones. https://aws.amazon.com/about-aws/whats-new/2023/08/rds-custom-sql-server-local-time-zones/

Regards, Roni.

AWS
답변함 8달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠