About 748,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. 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 …

  6. 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 …

  7. 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 …

  8. How do I import a local MySQL db to RDS db instance?

    Jul 31, 2012 · backupfile.sql = the sql dump file your made of your pre-existing installation's database. Once you've created a fresh RDS database instance, and have configured its …

  9. Cannot connect to RDS SQL Server Database using Management …

    I created a SQL Server RDS Instance in AWS and it seems to be up and running, but if I try to connect to it using Management Studio I get this error: Here is the text of the error: A network …

  10. 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 …