1 Answer
0
Accepted Answer
The "Ole Automation Procedures" configuration is currently not supported with RDS SQL server due to RDS being a managed service. This is the default RDS engine security behavior, and not a bug.
As a workaround, you may run SQL Server on an EC2 instance as you would have less restrictions and would be able to execute both "sp_configure" and OLE automation procedures without any issues.
answered 4 months ago
Relevant content
- asked 15 days ago
- asked a month ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 6 months ago
Thanks so much.