How To Migrate SQL Server Database To AWS RDS

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 31

  • @redincs
    @redincs  Год назад

    *** Advance your career or learn some new skills with one of these courses ***
    Azure SQL Database Administration (DP300): cutt.ly/azure-sql-dp300
    SQL Server 2022 Essential Training: cutt.ly/March2023
    Kick Start Your PostgreSQL DBA Training: cutt.ly/postgres
    AWS Oracle RDS Database Administration Essential Training: cutt.ly/Oracle_RDS
    Mastering SQL Server on AWS: cutt.ly/L6AC8fX

  • @bobsukki
    @bobsukki 2 года назад

    Thank you for sharing this knowledge! Good stuff

    • @redincs
      @redincs  2 года назад

      I appreciate you feedback!

  • @ChanceMinus
    @ChanceMinus 2 года назад

    Brilliant video. Illuminating. Thank you.

    • @redincs
      @redincs  2 года назад

      You're very welcome

  • @luis-ibarra-consiglieri
    @luis-ibarra-consiglieri 10 месяцев назад

    Great video, works perfectly... thank you!

    • @redincs
      @redincs  10 месяцев назад

      You're welcome!

  • @vaibhavverma1340
    @vaibhavverma1340 Год назад

    Hello - Thank you so much for the tutorial, can you please share how to upload the tables from database into RDS ??

  • @naod1989
    @naod1989 Год назад

    Can you do one video of migrating SQL server DB from EC2 to RDS, please? Thank you

    • @redincs
      @redincs  Год назад

      Let me know if this helps: ruclips.net/video/zzGQRcpa1I0/видео.html

    • @naod1989
      @naod1989 Год назад

      @redincs I watched that video already. Does it mean the steps are the same? whether it is from EC2 or from on-prem to RDS

    • @emarversity
      @emarversity Год назад

      Correct@@naod1989

  • @saurabhk96
    @saurabhk96 Год назад

    Thank you for the video. I have a doubt. I have RESTful APIs in angular-based web applications which get/post data to Microsoft SQL DB. After migrating to AWS RDS, do I need to make any changes in those APIs? or in the web application?

    • @redincs
      @redincs  Год назад

      While I don’t know much about REST APIs,if it was previously using the SQL host name or IP, the you would need to have it updated.

  • @RealWellnessWarrior
    @RealWellnessWarrior Год назад

    Error : [2023-11-08 19:03:22.203] Aborted the task because of a task failure or a concurrent RESTORE_DB request. [2023-11-08 19:03:22.457] Task has been aborted [2023-11-08 19:03:22.460] Access Denied

  • @yangryu6039
    @yangryu6039 Год назад

    Hi there just a quick question, what if the version of my premise is newer than the RDS database? I tried your method but my lifecycle says error. Any idea? Ty

    • @redincs
      @redincs  Год назад

      Try this approach: How To Restore SQL Database to a Lower Version
      ruclips.net/video/Ovv4W38YDOI/видео.html

    • @yangryu6039
      @yangryu6039 Год назад

      Thank you@@redincs

  • @Mohinipatil-l9p
    @Mohinipatil-l9p Год назад

    How you are handing the Discrepancies found in DMA report as source is 2014 and Target is 2017

    • @redincs
      @redincs  Год назад

      Can you give me an example? But I’d migrate without them and recompile what’s possible after.

    • @Mohinipatil-l9p
      @Mohinipatil-l9p Год назад

      Any Behaviour/Breaking changes in DMA report

  • @stouttaaddis989
    @stouttaaddis989 Год назад

    Getting this error on the script.....Could not find stored procedure 'msdb.dbo.rds_restore_database

    • @redincs
      @redincs  Год назад +1

      Remove and re-add the options group and reboot.

  • @bn_castillo
    @bn_castillo Год назад

    how to add store procedure in sql

    • @redincs
      @redincs  Год назад

      Check my previous response to your comment.

    • @bn_castillo
      @bn_castillo Год назад

      @@redincs this is the only procedure i have: dbo.rds_help_revlogin
      dbo.rds_hexadecimal
      dbo.rds_startup_tasks

    • @redincs
      @redincs  Год назад

      Have you added the backup and restore option group?

  • @bn_castillo
    @bn_castillo Год назад

    Msg 2812, Level 16, State 62, Line 11
    Could not find stored procedure 'msdb.dbo.rds_restore_database'.

    • @redincs
      @redincs  Год назад

      It will be added to the database via the backup and restore option group.
      Reboot the db if it doesn’t work initially.
      Or delete the option group and redo that step.

  • @bn_castillo
    @bn_castillo Год назад

    you didn't explain where did you get this code "exec msdb.dbo.rds_restore_database"

    • @redincs
      @redincs  Год назад

      Here: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/SQLServer.Procedural.Importing.html