How To Migrate SQL Server Database To AWS RDS

Поделиться
HTML-код
  • Опубликовано: 10 сен 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

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

    Great video, works perfectly... thank you!

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

      You're welcome!

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

    Brilliant video. Illuminating. Thank you.

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

      You're very welcome

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

    Thank you for sharing this knowledge! Good stuff

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

      I appreciate you feedback!

  • @vaibhavverma1340
    @vaibhavverma1340 9 месяцев назад

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

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

    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

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

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

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

      Remove and re-add the options group and reboot.

  • @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

  • @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.

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

    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.

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

      Any Behaviour/Breaking changes in DMA report

  • @naod1989
    @naod1989 11 месяцев назад

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

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

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

    • @naod1989
      @naod1989 11 месяцев назад

      @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 11 месяцев назад

      Correct@@naod1989

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

    how to add store procedure in sql

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

      Check my previous response to your comment.

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

      @@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?

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

    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.

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

    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