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.
Hi ,
We have deployed the RDS SQL Server with time zone UTC +1:00 using terraform but when we ran the time zone of SQL Server using T-SQL ( SELECT SYSDATETIMEOFFSET()) then we can use UTC 0:00 , why...
Good day,
I am setting up zero etl to redshift serverless for rds mysql & rds postgresql,
i want to use the ZeroEtl functionality for RDS MS-SQL & S3
Please tell me it's not far off from being...
How do I connect EMR Serverless to read and write to a Microsoft SQL Server database hosted on EC2
Hi AWS, I want to migrate data from existing SQL database to new Cassandra (NoSQL) database which we will be using for Enterprise HES application. Which is the best AWS service or in case I need to...
we are trying to add 2 calculated field in custom SQL dataset which is given below but values not showing in dataset
----------------------------------------
1st is - **AsilePrice**
sumOver
(
...
Hi Team,
Can you please share T-SQL to verify the backup details using headeronly option in restore.
Has anyone connected an Azure Web API to an AWS SQL Server?
I'm trying to determine why my Azure Web API isn't able to communicate with my new AWS SQL Server database. I previously was connected...
I am working on SQL server to Aurora postgres migration and wondering if there is a way to automate this process?
I am able to generate script after setting up source and target DB, but when I...
Hi Team,
I am migrating the data on-prem to AWS cloud, using AWS DMS service, while migrating the data i am facing the below issue.
Source : MSSQL Server (On-Prem)
Target : AWS MySQL RDS
```
Last...
Hello folks,
I´m getting troubles with my DataBase SQL Server, I´m using a t2.micro and a basic query with inner join between 2 tables is taking 25sec for 250 rows. No WHERE clause is being used and I...
What metrics or information is necessary to collect in order for the CloudWatch Agent to publish metrics to CloudWatch for an EBS volume partitioned into two Instance Stores for tempdb's with SQL...
Hi AWS, I was trying to deploy a CI/CD pipeline for MS SQL 2022 using GitHub Actions on Amazon RDS. Here is the code repo: https://github.com/arjungoel/sql-cicd-poc. Having said that I was trying to...