Programmability feature/query limitations in AWS RDS for SQL Server

0

We know that our on-prem SQL Server 2019 Standard edition database uses

  • Table Variables
  • Loops
  • Dynamic SQL using Exec or SP_executeSQL
  • Temp Tables
  • Geometry datatypes
  • Geography datatypes
  • Cursor
  • Trigger

Is there a link that says if there are feature differences/limitationsin AWS RDS for SQL Server as compared to on-prem SQL Server 2019 Standard edition OR a way to generate report?

1 Answer
0

Hi,

all limitations for AWS for SQL Server features are described on this page: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.FeatureSupport.Limits

Hope it helps!

Didier

profile pictureAWS
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions