Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 882465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T12:25:50+00:00 2026-05-15T12:25:50+00:00

Can anyone tell me how can I make back-up to a database to to

  • 0

Can anyone tell me how can I make back-up to a database to to export it to a different database (SQL Server or mysql) without to stop the server ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T12:25:51+00:00Added an answer on May 15, 2026 at 12:25 pm

    Sql Server to Sql Server

    • Get a copy of your database: Backup Database
    • Restore a copy of your database: Restore Database
        --when connected to source db instance
        BACKUP DATABASE AdventureWorks2008R2 
         TO DISK = 'Z:\SQLServerBackups\AdvWorksData.bak'
    
        --when connected to target db instance
        RESTORE DATABASE AdventureWorks2008R2
           FROM DISK = 'Z:\SQLServerBackups\AdvWorksData.bak'
    

    Sql Server to MySQL

    As far as I know, there aren’t any standard methods for this. It’s a by hand, or by hand written program. If I were tasked with this, I would try : SSMS, select a database, export data- source = sql server instance. If there is a my sql destination available, maybe that will create the table structure for you automajically. Else, I’m betting
    – you’ll have to create the mysql schema, then pump the data over yourself
    – or there is some 3rd party tool someone is happy to sell you to assist you in the task.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone tell me how to make this happen? It looks like a setting.
Can anyone tell me how to make a div's background transparent, but with a
Can anyone tell me, how to make shadow, using UIPageViewController, around of my background
I want to make an Android app by using ZXing . Can anyone tell
Can anyone please tell me how do I make this script run in IE
I want to make a drop-down list from scratch. Can anyone please tell me
can anyone tell me how to select data by date in MS.ACCESS database using
Can anyone tell me why this crashes my program? It's suppose to make it
Can anyone tell me how to make Paint.NET style ToolWindow(s)? Sorry I don't know
Can anyone tell me how to make a Label or TextField with two gradient

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.