Is there anyway I can clone an amazon RDS MSSQL DB to my ec2 instance local DB? And this has to be done through powershell also.
Basically I need backup of RDS MSSQL DB in sql or bak extension, but that's not achievable in a direct attempt. I was trying to copy the entire database to my local db (ec-2 instance), but failing repeatedly.
Happy to support if you need anymore info.
Can someone please help me on this? Any support would be really appreciated!!
Edit:
Have tried using SQLAzureMW and tables and schemas found to have copied, but not users or roles. Any other alternative?