About 511,000 results
Open links in new tab
  1. AWS RDS SQL Server unable to drop database - Stack Overflow

    I tried to migrate a SQL Server database by Export Data-tier Application (.bacpac file) from an Amazon RDS instance to other, but import didn't succeed. So now I want to delete the …

  2. Amazon RDS: Backup and restore into new database on existing …

    Nov 13, 2018 · I have a database hosted on Amazon RDS , which i need to take backup and create new database out of it. Being new, not sure how to do it. Tried doing from SSMS but it …

  3. restore from s3 bucket to sql server getting error Database backup ...

    Jul 12, 2019 · Msg 50000, Level 16, State 0, Procedure msdb.dbo.rds_restore_database, Line 49 [Batch Start Line 0] Database backup/restore option is not enabled yet or is in the process of …

  4. Amazon RDS SQL Server bring database online - Stack Overflow

    Aug 30, 2012 · Having successfully taken a database instance offline using the Management Studio I then attempted it bring that same database back online both using the Management …

  5. Which one is the cheapest to use AWS RDS or my own database?

    May 24, 2018 · In amazon AWS, the first thing you do is set up a virtual private network and create the corresponding network access interfaces. My experience working with heavy CMSs …

  6. Using S3 as a database vs. database (e.g. MongoDB)

    May 13, 2019 · So, is it a database, or a 'query engine'? S3 is not a database in the traditional sense (although S3 Select does provide SQL access to individual files), but it definitely is a …

  7. amazon s3 - Copy data from AWS SQL database to Azure SQL …

    May 8, 2024 · 0 Maybe the AWS team can automate the process to export the AWS database as bacpac and upload it to an Azure Storage Account. You can then automate the import of the …

  8. Connecting asp.net web api to aws rds sql server database

    Nov 25, 2022 · Create an AWS Secrets Manager secret that contains database credentials and use it to authenticate calls to the database. You can find this example in the AWS Code …

  9. How to backup Amazon RDS MS SQL Server database instance …

    It is possible to create a backup of a database running on an Amazon RDS instance and restore it on a local machine using the standard Task -> Backup and Task -> Restore features within …

  10. Permissions error creating .bak back-up of SQL Server database on ...

    May 24, 2019 · I've inherited a website running on AWS. What I want to do is take a back-up of the SQL Server database (which is on Amazon RDS) so that I can set up a development …