Questions tagged with Microsoft SQL Server
The proven, reliable, secure cloud for SQL Server
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
Hello!
I have two RDS instances (AAAAA e BBBBB). Both instances belong to the same security group in EC2.
In the instance AAAAA created a linked server using the commands:
EXEC...
I'm working on building custom data collection sets in RDS for SQL Server (NOT RDS Custom for SQL Server). RDS SQL limit even admin user to execute msdb system stored procedures like...
I have enabled Database Activity Streams (DAS) on my MS SQL RDS instance to push audit logs to Kinesis Data Streams which is encrypted using a KMS key. I am looking for a way to push those logs to...
I have an EC2 instance with sql server.
I also have GlobalAcelerator pointing to that instance.
If the accelerator works quickly, I can connect from anywhere else but after a few minutes it...
Hi all,
I'm currently trying to duplicate a SQL Server EE database following the instructions here: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/SQLServer.Procedural.Importing.html
The...
Presently, we are only able to successfully create linked server connections using the IP address of the target systems; using hostnames and FQDNs does not work. We need to use FQDNs in order to...
How do I connect Amazon RDS - Microsoft SQL Server through Glue Spark type jobs using python?
Hi Team,
I am facing the high memory consumption issue in my RDS for SQL server standard. I have m6i.xlarge instance. There are no such load but it's taking high memory and CPU. Currently I have 1gb...
Hello. I'm using AWS RDS Microsoft SQL Server with Multi-AZ (Always On) configuration with 'Publicly accessible'. When I try to resolve RDS listener endpoint from EC2 instance on the same network, it...
Hello. I'm using AWS RDS Microsoft SQL Server with Multi-AZ (Always On) configuration and sqlcmd tool to connect to DB. But when I use 'MultiSubnetFailover' parameter in the connection string I get...
I am trying to connect to the aws rds for sql server and upload a dataset(csv) using python dash code from my local machine. We are using IAM and having MFA authentication. To connect to the AWS RDS...
I am trying to connect to the aws rds for sql server and upload a dataset(csv) from my local machine if i am a IAM (having mfa authentication) user and not a root user. I am not sure which and all...