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)
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
I am talking about copying over a whole active database to mysql