Last answered:

24 Aug 2022

Posted on:

24 Aug 2022

1

How would i download a SQL data base from Microsoft to MYSQL

The goal is to have an offline copy of the database to test Tables and changes without affecting the live source.

2 answers ( 0 marked as helpful)
Instructor
Posted on:

24 Aug 2022

0

Hi Rudy!
Thanks for reaching out.

You can create a new DB with the same source code changing only the name. Then, you can test your DB without affecting the original one - employees. For example you can name the test DB employees_test.

Hope this helps.
Best,
Tsvetelin

Posted on:

24 Aug 2022

0

I am talking about copying over a whole active database to mysql

Submit an answer