You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These objects will allow us to dump an applications entire database to a .sql file, or fill an empty specified database from a .sql file. Some challenges we will face here are ...
how to test whether or not a dump was successful
how to test whether or not a fill was successful
making sure all database knowledge has been dumped / filled (like functions, calculated columns, triggers, indexing patters, etc are carried over)
that filling a database matches the correct schema of an application
The text was updated successfully, but these errors were encountered:
These objects will allow us to dump an applications entire database to a .sql file, or fill an empty specified database from a .sql file. Some challenges we will face here are ...
The text was updated successfully, but these errors were encountered: